|
@@ -14,7 +14,7 @@ wechat.payment.refundNotifyUrl=https://gjmall.zfire.top/miniapi/pay/refundCall
|
|
|
ums.payment.notifyUrl=https://gjmall.zfire.top/miniapi/pay/ums/payCall
|
|
|
|
|
|
#常规设置
|
|
|
-server.port =10004
|
|
|
+server.port =11004
|
|
|
server.servlet.context-path=
|
|
|
spring.servlet.multipart.max-file-size=40MB
|
|
|
spring.servlet.multipart.max-request-size=40MB
|
|
@@ -28,7 +28,7 @@ spring.cache.ehcache.config=classpath:ehcache.xml
|
|
|
spring.datasource.druid.db-type=mysql
|
|
|
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
-spring.datasource.url=jdbc:mysql://127.0.0.1:3306/mall?verifyServerCertificate=false&useSSL=false&requireSSL=false&useUnicode=true&characterEncoding=UTF-8&characterSetResults=utf8&serverTimezone=Asia/Shanghai
|
|
|
+spring.datasource.url=jdbc:mysql://127.0.0.1:3306/new-mall?verifyServerCertificate=false&useSSL=false&requireSSL=false&useUnicode=true&characterEncoding=UTF-8&characterSetResults=utf8&serverTimezone=Asia/Shanghai
|
|
|
spring.datasource.username=root
|
|
|
spring.datasource.password=root
|
|
|
spring.datasource.druid.connection-init-sqls=set names utf8mb4
|