You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
243 B
10 lines
243 B
# logback日志操作
|
|
logging.config=classpath:logback-spring.xml
|
|
logging.path=./logs/
|
|
|
|
# 服务器信息
|
|
server.port=9090
|
|
# 服务请求上下文
|
|
#server.servlet.context-path=/chapi
|
|
mybatis.mapper-locations=classpath*:/mapper/**/*.xml
|
|
spring.
|