Compare commits
2 Commits
6923440a89
...
9e42d4676a
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e42d4676a | |||
| 6bb83e186d |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -4,8 +4,7 @@ logs/
|
|||||||
!.mvn/wrapper/maven-wrapper.jar
|
!.mvn/wrapper/maven-wrapper.jar
|
||||||
!**/src/main/**/target/
|
!**/src/main/**/target/
|
||||||
!**/src/test/**/target/
|
!**/src/test/**/target/
|
||||||
###application###
|
|
||||||
src/main/resources/application.yml
|
|
||||||
### STS ###
|
### STS ###
|
||||||
.apt_generated
|
.apt_generated
|
||||||
.classpath
|
.classpath
|
||||||
|
|||||||
3
src/main/resources/application.yml
Normal file
3
src/main/resources/application.yml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
spring:
|
||||||
|
profiles:
|
||||||
|
active: prod
|
||||||
Reference in New Issue
Block a user