敏捷工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.9 KiB

2 years ago
  1. #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
  2. #spring.datasource.username=root
  3. #spring.datasource.password=root
  4. #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
  5. #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
  6. 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
  7. spring.datasource.username=root
  8. spring.datasource.password=root
  9. server.port=2223
  10. spring.jpa.database=MYSQL
  11. spring.datasource.driverClassName =com.mysql.cj.jdbc.Driver
  12. spring.datasource.tomcat.max-active=100
  13. spring.datasource.tomcat.max-idle=200
  14. spring.datasource.tomcat.initialSize=20
  15. spring.jpa.database-platform=org.hibernate.dialect.MySQL5Dialect
  16. # ÿ�����е�ʱ�򣬴�����ṹ��������ʱ��ɾ��
  17. spring.jpa.hibernate.ddl-auto=none
  18. # ��ӡ��ÿһ��sql
  19. #spring.jpa.properties.hibernate.show_sql = true
  20. # ��sql��һ����ʽ�����
  21. spring.jpa.properties.hibernate.format_sql = true
  22. #mybatis.type-handlers-package=com.whn.hellospring.handler
  23. #mybatis.configuration.map-underscore-to-camel-case=true
  24. #
  25. ##��Ϊһ��ҳ��
  26. #pagehelper.offset-as-page-num=true
  27. #
  28. ##ҳ��С��0չʾȫ��
  29. #pagehelper.reasonable= true
  30. #pagehelper.page-size-zero=true
  31. #
  32. ##��������֧��
  33. #pagehelper.support-methods-arguments=true