Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move application.properties into application
iay committed May 11, 2018
1 parent 5758dde commit e6123a6
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .classpath
@@ -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"/>
5 changes: 5 additions & 0 deletions src/main/resources/application.properties
@@ -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
@@ -9,6 +9,7 @@
#
pom.xml
README.md
**/application.properties

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

0 comments on commit e6123a6

Please sign in to comment.