| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- server.port=8104
- server.servlet.context-path=/api/tianpai
- server.tomcat.uri-encoding=UTF-8
- #YIDA
- myapp.yida.appType=APP_LP7KZD7WKJH43RK4HW5G
- myapp.yida.appSecret=0MD66P814X16B2I4NZL8V5QHN5RG23YLTFMPMKE8
- #ALIYUN
- myapp.aliyun.accessKeyId=
- myapp.aliyun.accessKeySecret=
- #TENGXUN
- myapp.tengxun.secretId=
- myapp.tengxun.secretKey=
- myapp.tengxun.region=
- #EIC
- myapp.eic.eicUrlAddress=
- #?????????
- ribbon:
- ReadTimeoutMillis: 5000
- ConnectTimeoutMillis: 5000
- ## ������
- #spring.application.name=simaner-yd
- ## �������ã�dev��test��prod���������������Ի���������������
- #spring.profiles.active=dev
- # mysql���ݿ�����
- # ���ز������ݿ�
- #spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
- #spring.datasource.url=jdbc:mysql://localhost:3306/dingtalk?serverTimezone=GMT%2B8
- #spring.datasource.username=root
- #spring.datasource.password=123456
- #��ʱͬ��
- #������־����ǰΪĬ�ϵĿ���̨�����Ҳ������log4j
- #mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
- #����̨��ʾsql
- #spring.jpa.show-sql=true
- #���»��ߴ������ݱ�ṹ
- #spring.jpa.hibernate.ddl-auto=update
- #����json��ȫ��ʱ���ʽ
- spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
- spring.jackson.time-zone=GMT+8
- #����mapper xml�ļ���·��
- #mybatis-plus.mapper-locations=classpath:com/muzhi/lz/mapper/xml/*.xml
- #mybatis-plus.config-location=classpath:mybatis/mybatis-config.xml
- #���û���
- spring.thymeleaf.cache=false
- #spring.thymeleaf.mode= LEGACYHTML5
- #spring.resources.chain.strategy.content.enabled=true
- #spring.resources.chain.strategy.content.paths=/**
- #spring.thymeleaf.check-template = true
- #spring.thymeleaf.servlet.content-type=text/html
- #spring.thymeleaf.enabled = true
- #spring.thymeleaf.encoding = UTF-8
- #spring.thymeleaf.prefix = classpath:/static/
- #spring.thymeleaf.suffix = .html
- #���������ύ�ĸ�ʽ�����ڵĸ�ʽ������SpingMVC��ҳ���ύ��ֵ��Ҫת��Ϊָ�����ͣ�Ĭ�ϵ���yyyy/MM/dd
- #spring.mvc.date-format=yyyy-MM-dd
- spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,classpath:/templates/
|