server: port: 9001 servlet: session: timeout: 30M context-path: /aiwtc tomcat: uri-encoding: UTF-8 spring: datasource: name: test url: jdbc:mysql://172.16.10.119:3306/aiwtc?useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true&serverTimezone=UTC username: root password: 123456 # 使用druid数据源 type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver filters: stat maxActive: 20 initialSize: 1 maxWait: 60000 minIdle: 1 timeBetweenEvictionRunsMillis: 60000 minEvictableIdleTimeMillis: 300000 validationQuery: select 'x' testWhileIdle: true testOnBorrow: false testOnReturn: false poolPreparedStatements: true maxOpenPreparedStatements: 20 servlet: multipart: max-file-size: 3MB max-request-size: 3MB freemarker: cache: false settings: number_format: '0.##' suffix: .html template-loader-path: classpath:/templates/ http: encoding: charset: UTF-8 force: true enabled: true multipart: enabled: true mybatis: typeAliasesPackage: com.meiman.meimanwallet mapperLocations: classpath:mapper/*.xml
来源:51CTO
作者:Jm大好时光
链接:https://blog.csdn.net/qq_43419029/article/details/100654684