|
@@ -1,9 +1,9 @@
|
|
|
-server.port=8088
|
|
|
+server.port=8089
|
|
|
server.file.location=/mnt/OneKeyDecorate/
|
|
|
upload.file.location=${server.file.location}upload/
|
|
|
spring.session.store-type=REDIS
|
|
|
#log
|
|
|
-logging.file.path=/usr/local/tomcat-renovation-8088/logs/
|
|
|
+logging.file.path=/mnt/sxz_log/
|
|
|
logging.config=classpath:logback-spring.xml
|
|
|
logging.level.com.fdkk=debug
|
|
|
#thymeleaf配置
|
|
@@ -17,7 +17,7 @@ spring.servlet.multipart.max-file-size=500MB
|
|
|
spring.servlet.multipart.max-request-size=500MB
|
|
|
spring.servlet.multipart.enabled=true
|
|
|
spring.mvc.async.request-timeout=600000
|
|
|
-spring.web.static-locations=classpath:/META-INF/resources/,classpath:/data/, classpath:/static/, file:${server.file.location}
|
|
|
+spring.web.static-locations=classpath:/META-INF/resources/,classpath:/resources/, classpath:/static/, file:${server.file.location},file:${upload.file.location}
|
|
|
#数据库配置
|
|
|
spring.datasource.url=jdbc:mysql://localhost:3306/change_clothes?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8
|
|
|
spring.datasource.username=root
|
|
@@ -46,6 +46,7 @@ mybatis-plus.configuration.map-underscore-to-camel-case=true
|
|
|
mybatis-plus.global-config.db-config.db-type=mysql
|
|
|
mybatis-plus.global-config.db-config.field-strategy=not_null
|
|
|
mybatis-plus.global-config.db-config.id-type=auto
|
|
|
+mybatis-plus.global-config.db-config.logic-delete-field=rec_status
|
|
|
mybatis-plus.global-config.db-config.logic-delete-value=A
|
|
|
mybatis-plus.global-config.db-config.logic-not-delete-value=I
|
|
|
mybatis-plus.global-config.db-config.table-prefix=t_
|
|
@@ -79,9 +80,6 @@ oss.bucket=4dkankan
|
|
|
oss.type=oss
|
|
|
prefix.ali=https://houseoss.4dkankan.com/
|
|
|
main.url=https://www.4dkankan.com/
|
|
|
-#公司外网地址
|
|
|
-#build.url=http://221.4.210.172:18100/
|
|
|
-#青椒云地址
|
|
|
build.url=http://101.66.188.5:8100/
|
|
|
light.build.url=http://101.66.188.5:8100/
|
|
|
model.build.url=http://101.66.188.5:8100/
|