application.properties 2.4 KB

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