Compare commits

...

2 Commits

Author SHA1 Message Date
wangsiyuan 9e42d4676a 创建 application.yml 2023-12-06 11:03:58 +08:00
wangsiyuan 6bb83e186d 更新 .gitignore 2023-12-06 11:03:54 +08:00
2 changed files with 4 additions and 2 deletions

3
.gitignore vendored
View File

@ -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

View File

@ -0,0 +1,3 @@
spring:
profiles:
active: prod