12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- server.port=8099
- server.servlet.context-path=/lingai
- server.tomcat.uri-encoding=UTF-8
- ## ������
- #spring.application.name=lingai-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
- # ��象�47.98.130.40���������������ݿ�
- #spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
- #spring.datasource.url=jdbc:mysql://47.97.181.40:3306/dingtalk?serverTimezone=GMT%2B8
- #spring.datasource.username=root
- #spring.datasource.password=cp-root@2022++
- #��ʱͬ��
- #������־����ǰΪĬ�ϵĿ���̨�����Ҳ������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/
|