#端口号 server: port: 7000 spring: #数据库参数 datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/2week?characterEncoding=utf8&serverTimezone=GMT%2B8 username: root password: 212579974 mybatis-plus: mapper-locations: classpath:/mapper/*.xml type-aliases-package: com.zhentao.pojo #日志 logging: level: com: zhentao: debug