#spring.datasource.url=jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=UTF-8?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false&failOverReadOnly=false&serverTimezone=UTC #spring.datasource.username=root #spring.datasource.password=root #spring.datasource.url=jdbc:mysql://121.41.91.30:3306/test?useUnicode=true&characterEncoding=UTF-8?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false&failOverReadOnly=false&serverTimezone=UTC #spring.datasource.url=jdbc:mysql://192.168.0.120:3306/test?useUnicode=true&characterEncoding=UTF-8?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false&failOverReadOnly=false&serverTimezone=UTC spring.datasource.url=jdbc:mysql://47.97.196.64:3306/test?useUnicode=true&characterEncoding=UTF-8?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false&failOverReadOnly=false&serverTimezone=UTC spring.datasource.username=root spring.datasource.password=root server.port=2223 spring.jpa.database=MYSQL spring.datasource.driverClassName =com.mysql.cj.jdbc.Driver spring.datasource.tomcat.max-active=100 spring.datasource.tomcat.max-idle=200 spring.datasource.tomcat.initialSize=20 spring.jpa.database-platform=org.hibernate.dialect.MySQL5Dialect # ÿ�����е�ʱ�򣬴�����ṹ��������ʱ��ɾ�� spring.jpa.hibernate.ddl-auto=none # ��ӡ��ÿһ��sql #spring.jpa.properties.hibernate.show_sql = true # ��sql��һ����ʽ����� spring.jpa.properties.hibernate.format_sql = true #mybatis.type-handlers-package=com.whn.hellospring.handler #mybatis.configuration.map-underscore-to-camel-case=true # ##��Ϊһ��ҳ�� #pagehelper.offset-as-page-num=true # ##ҳ��С��0չʾȫ�� #pagehelper.reasonable= true #pagehelper.page-size-zero=true # ##��������֧�� #pagehelper.support-methods-arguments=true