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.
12 lines
530 B
12 lines
530 B
server.port=8085
|
|
server.servlet.context-path=/
|
|
spring.datasource.username=root
|
|
spring.datasource.password=root
|
|
spring.datasource.driver-class-name=com.p6spy.engine.spy.P6SpyDriver
|
|
spring.datasource.url=jdbc:p6spy:mysql://127.0.0.1:3306/iboot?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
|
# \u6587\u4EF6\u4E0A\u4F20\u6839\u76EE\u5F55
|
|
msn.upload-root-dir=target/upload
|
|
framework.upload-location=/data/upload
|
|
framework.upload-pattern=/file/**
|
|
|