application.properties 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. server.port=8101
  2. server.servlet.context-path=/wenzheng
  3. server.tomcat.uri-encoding=UTF-8
  4. ## ������
  5. #spring.application.name=tb-yd
  6. ## �������ã�dev��test��prod���������������Ի���������������
  7. #spring.profiles.active=dev
  8. # mysql���ݿ�����
  9. # ���ز������ݿ�
  10. #spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
  11. #spring.datasource.url=jdbc:mysql://localhost:3306/dingtalk?serverTimezone=GMT%2B8
  12. #spring.datasource.username=root
  13. #spring.datasource.password=123456
  14. # ��象�47.98.130.40���������������ݿ�
  15. #spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
  16. #spring.datasource.url=jdbc:mysql://47.98.130.40:3306/dingtalk?serverTimezone=GMT%2B8
  17. #spring.datasource.username=root
  18. #spring.datasource.password=123456
  19. #��ʱͬ��
  20. #������־����ǰΪĬ�ϵĿ���̨�����Ҳ������log4j
  21. #mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
  22. #����̨��ʾsql
  23. #spring.jpa.show-sql=true
  24. #���»��ߴ������ݱ�ṹ
  25. #spring.jpa.hibernate.ddl-auto=update
  26. #����json��ȫ��ʱ���ʽ
  27. spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
  28. spring.jackson.time-zone=GMT+8
  29. #����mapper xml�ļ���·��
  30. #mybatis-plus.mapper-locations=classpath:com/muzhi/lz/mapper/xml/*.xml
  31. #mybatis-plus.config-location=classpath:mybatis/mybatis-config.xml
  32. #���û���
  33. spring.thymeleaf.cache=false
  34. #spring.thymeleaf.mode= LEGACYHTML5
  35. #spring.resources.chain.strategy.content.enabled=true
  36. #spring.resources.chain.strategy.content.paths=/**
  37. #spring.thymeleaf.check-template = true
  38. #spring.thymeleaf.servlet.content-type=text/html
  39. #spring.thymeleaf.enabled = true
  40. #spring.thymeleaf.encoding = UTF-8
  41. #spring.thymeleaf.prefix = classpath:/static/
  42. #spring.thymeleaf.suffix = .html
  43. #���������ύ�ĸ�ʽ�����ڵĸ�ʽ������SpingMVC��ҳ���ύ��ֵ��Ҫת��Ϊָ�����ͣ�Ĭ�ϵ���yyyy/MM/dd
  44. #spring.mvc.date-format=yyyy-MM-dd
  45. spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,classpath:/templates/