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

3 years ago
  1. server.port=8085
  2. server.servlet.context-path=/
  3. spring.datasource.username=root
  4. spring.datasource.password=root
  5. spring.datasource.driver-class-name=com.p6spy.engine.spy.P6SpyDriver
  6. 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
  7. # \u6587\u4EF6\u4E0A\u4F20\u6839\u76EE\u5F55
  8. msn.upload-root-dir=target/upload
  9. framework.upload-location=/data/upload
  10. framework.upload-pattern=/file/**