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
483 B
10 lines
483 B
server.port=8085
|
|
server.servlet.context-path=/api
|
|
spring.datasource.username=root
|
|
spring.datasource.password=@Ioter
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
spring.datasource.url=jdbc:mysql://192.168.66.4:3306/iboot?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
|
# \u6587\u4EF6\u4E0A\u4F20\u914D\u7F6E
|
|
framework.upload-location=/data/upload
|
|
framework.upload-pattern=/file/**
|