first commit
This commit is contained in:
10
httpapi/src/main/resources/application.yml
Executable file
10
httpapi/src/main/resources/application.yml
Executable file
@@ -0,0 +1,10 @@
|
||||
spring:
|
||||
profiles:
|
||||
active: dev
|
||||
|
||||
mybatis:
|
||||
mapper-locations: classpath:mapper/*.xml
|
||||
|
||||
logging:
|
||||
path: logs/
|
||||
file: api.log
|
||||
Reference in New Issue
Block a user