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