From bf692b7352dd0bab46fcdb97d8705c55a81cb17d Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期三, 13 九月 2023 09:37:27 +0800
Subject: [PATCH] 提交上海嘉定新版接口配置信息

---
 src/main/resources/application-pro.yml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/application-pro.yml b/src/main/resources/application-pro.yml
index b7e78ef..e784d0e 100644
--- a/src/main/resources/application-pro.yml
+++ b/src/main/resources/application-pro.yml
@@ -1,6 +1,6 @@
 ##########################  涓婃捣鍢夊畾   ##########################
 server:
-  port: 9999
+  port: 8090
   jetty:
     max-http-post-size: 209715200
   tomcat:
@@ -9,13 +9,13 @@
   datasource:
     #涓绘暟鎹簮
     primary:
-      url: jdbc:mysql://127.0.0.1:3306/igds_api?useUnicode=true&characterEncoding=utf-8
+      url: jdbc:mysql://127.0.0.1:3306/igds_api?useUnicode=true&characterEncoding=utf-8&useSSL=false
       driver-class-name: com.mysql.jdbc.Driver
       username: root
       password: root
     #娆℃暟鎹簮
     secondary:
-      url: jdbc:mysql://127.0.0.1:3306/igds_master?useUnicode=true&characterEncoding=utf-8
+      url: jdbc:mysql://127.0.0.1:3306/igds_master?useUnicode=true&characterEncoding=utf-8&useSSL=false
       driver-class-name: com.mysql.jdbc.Driver
       username: root
       password: root

--
Gitblit v1.9.3