mysql8.0jar包及驱动



    4.0.0

    com.chenling
    chenling-mybatis
    1.0-SNAPSHOT

    
        
        
            org.springframework
            spring-context
            5.1.9.RELEASE
        

        
        
            org.springframework
            spring-jdbc
            5.1.9.RELEASE
        

        
        
            org.mybatis
            mybatis
            3.5.2
        

        
        
            org.mybatis
            mybatis-spring
            1.3.3
        

        
        
            mysql
            mysql-connector-java
            8.0.17
        

        
        
            log4j
            log4j
            1.2.17
        
    


 
datasource:
  url: jdbc:mysql://xxx.xxx:3306/guns?useUnicode=true&characterEncoding=utf-8&userSSL=false&serverTimezone=GMT%2B8
  username: root
  password: xxx
  db-name: xxx
  filters: log4j,wall,mergeStat
  driver-class-name: com.mysql.cj.jdbc.Driver

你可能感兴趣的:(mysql8.0jar包及驱动)