10 lines
130 B
YAML
Executable File
10 lines
130 B
YAML
Executable File
spring:
|
|
profiles:
|
|
active: dev
|
|
|
|
mybatis:
|
|
mapper-locations: classpath:mapper/*.xml
|
|
|
|
logging:
|
|
path: logs/
|
|
file: api.log |