From c4a098e3f88bc5071e36b92b9e5dcceb51129957 Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期四, 01 六月 2023 23:25:07 +0800
Subject: [PATCH] 同步后台代码

---
 management/guns-admin/src/main/resources/application.yml |   20 +++-----------------
 1 files changed, 3 insertions(+), 17 deletions(-)

diff --git a/management/guns-admin/src/main/resources/application.yml b/management/guns-admin/src/main/resources/application.yml
index 8bda302..6c44712 100644
--- a/management/guns-admin/src/main/resources/application.yml
+++ b/management/guns-admin/src/main/resources/application.yml
@@ -15,7 +15,7 @@
 
 spring:
   profiles:
-    active: produce
+    active: dev
   mvc:
     static-path-pattern: /static/**
     view:
@@ -56,12 +56,11 @@
 ---
 
 spring:
-  profiles: local
   datasource:
     url: jdbc:mysql://192.168.110.80:3306/super_save_driving?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
     username: root
-    password: f4OfRjqoN3jSiNGiUoiNsQdOBtCOKYRj
-#    password: 123456
+#    password: f4OfRjqoN3jSiNGiUoiNsQdOBtCOKYRj
+    password: 123456
     db-name: super_save_driving #用来搜集数据库的所有表
     filters: wall,mergeStat
 
@@ -78,22 +77,9 @@
       - dataSourceGuns
       - dataSourceBiz
 
----
-
-spring:
-  profiles: produce
-  datasource:
-      url: jdbc:mysql://127.0.0.1:3306/super_save_driving?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
-      username: root
-      password: f4OfRjqoN3jSiNGiUoiNsQdOBtCOKYRj
-      db-name: super_save_driving #用来搜集数据库的所有表
-      filters: wall,mergeStat
 
 ---
 
 filePath: /usr/local/server/app/orderPostionFile/ #存储订单轨迹文件路径
 #filePath: C:/orderPostionFile/  #存储订单轨迹文件路径
 
-
-#交通部推送数据功能开关
-pushMinistryOfTransport: false
\ No newline at end of file

--
Gitblit v1.7.1