Skip to content

Commit

Permalink
Move application.properties into application
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed May 11, 2018
1 parent 5758dde commit e6123a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="maven.pomderived" value="true"/>
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
springfox.documentation.swagger.v2.path=/api-docs
server.contextPath=
server.port=8080
spring.jackson.date-format=uk.org.iay.incommon.validator.RFC3339DateFormat
spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false
1 change: 1 addition & 0 deletions swagger/.swagger-codegen-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#
pom.xml
README.md
**/application.properties

#
# Don't generate dummy controllers once we have implemented them.
Expand Down

0 comments on commit e6123a6

Please sign in to comment.