server: port: 8888 spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/ri?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: root password: mybatis: mapper-locations: classpath:mapper/*.xml
标签:mapper,jdbc,java,数据库,配置,mysql,true From: https://www.cnblogs.com/y593216/p/17635970.html