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.
|
|
|
|
# ѡ������{dev|test|prod}
|
|
|
|
|
spring.profiles.active=test
|
|
|
|
|
|
|
|
|
|
# ����Ӧ����
|
|
|
|
|
spring.application.name=tall-message
|
|
|
|
|
|
|
|
|
|
# ����Springboot������server
|
|
|
|
|
#spring.main.web-application-type=none
|
|
|
|
|
|
|
|
|
|
# ��������
|
|
|
|
|
server.port=8194
|
|
|
|
|
server.servlet.context-path=/message/v4.0
|
|
|
|
|
|
|
|
|
|
# ��־����
|
|
|
|
|
# �μ�logback-spring.xml
|
|
|
|
|
|
|
|
|
|
# ����������Ϣ
|
|
|
|
|
server.tomcat.uri-encoding=UTF-8
|
|
|
|
|
spring.http.encoding.charset=UTF-8
|
|
|
|
|
spring.http.encoding.enabled=true
|
|
|
|
|
spring.http.encoding.force=true
|
|
|
|
|
|
|
|
|
|
# Druid���� ����druid.properties
|
|
|
|
|
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
|
|
|
|
|
|
|
|
|
# MyBatis������Ϣ
|
|
|
|
|
mybatis.config-location=classpath:mybatis/mybatis-config.xml
|
|
|
|
|
mybatis.mapper-locations=classpath*:mapper_*/*.xml
|
|
|
|
|
mybatis.type-aliases-package=com.ccsens.mtpro.bean
|
|
|
|
|
|
|
|
|
|
# �ļ��ϴ�
|
|
|
|
|
spring.servlet.multipart.max-file-size=10MB
|
|
|
|
|
spring.servlet.multipart.max-request-size=100MB
|