样式问题

url: jdbc:mysql://localhost:3306/xxx?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8
    username: admin
    password: admin@2017
spring: 
  thymeleaf:
    prefix: classpath:/templates/
  datasource: 
    type: com.alibaba.druid.pool.DruidDataSource
    driverClassName: com.mysql.jdbc.Driver
    url: jdbc:mysql://localhost:3306/xxx?allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8
    username: admin
    password: admin@2017
    initialSize: 1
    minIdle: 3
    maxActive: 20


猜你喜欢

转载自blog.csdn.net/cpongo1/article/details/80966140