server: port: 8080 spring: datasource: url: jdbc:mysql://182.254.221.163:3306/yuekao?useUnicode=true&characterEncoding=UTF-8 username: root password: lzz@123 type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.jdbc.Driver mybatis: mapper-locations: classpath:/mapper/*Dao.xml typeAliasesPackage: com.example.demo.entity