server:
|
port: 8090
|
#url: jdbc:mysql://180.169.94.250:8306/data_admin?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
|
base:
|
file:
|
path: d:/srs
|
|
|
multipart:
|
maxFileSize: 50Mb
|
maxRequestSize: 50Mb
|
spring:
|
devtools:
|
restart:
|
enabled: true
|
additional-paths: src/main/java
|
|
datasource:
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
url: jdbc:mysql://rm-8vbgt2g7d2p34t91ao.mysql.zhangbei.rds.aliyuncs.com:3306/srs?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
|
username: demo
|
password: Demo123456
|
|
mvc:
|
view:
|
prefix: classpath:/templates/
|
suffix: .html
|
|
|
|
mybatis-plus:
|
mapper-locations: classpath:mapping/*.xml
|
type-aliases-package: com.highdatas.srs.mapper
|
global-config:
|
db-config:
|
column-underline: true
|
logging:
|
level:
|
com:
|
highdatas:
|
srs:
|
mapper: DEBUG
|