From d1bcbbefab4da603c275ed61d0018a46dbc67d1e Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期三, 12 十月 2022 16:31:51 +0800 Subject: [PATCH] 施工交付增加其他录入交付功能 --- ruoyi-admin/src/main/resources/application-dev.yml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-dev.yml b/ruoyi-admin/src/main/resources/application-dev.yml index 015b302..64fcca0 100644 --- a/ruoyi-admin/src/main/resources/application-dev.yml +++ b/ruoyi-admin/src/main/resources/application-dev.yml @@ -5,7 +5,7 @@ # Spring Boot Admin Client 瀹㈡埛绔殑鐩稿叧閰嶇疆 client: # 澧炲姞瀹㈡埛绔紑鍏� - enabled: true + enabled: false # 璁剧疆 Spring Boot Admin Server 鍦板潃 url: http://localhost:9090/admin instance: @@ -17,7 +17,7 @@ xxl: job: # 鎵ц鍣ㄥ紑鍏� - enabled: true + enabled: false # 璋冨害涓績鍦板潃锛氬璋冨害涓績闆嗙兢閮ㄧ讲瀛樺湪澶氫釜鍦板潃鍒欑敤閫楀彿鍒嗛殧銆� admin-addresses: http://localhost:9100/xxl-job-admin # 鎵ц鍣ㄩ�氳TOKEN锛氶潪绌烘椂鍚敤 @@ -51,9 +51,9 @@ # 涓诲簱鏁版嵁婧� master: driverClassName: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true + url: jdbc:mysql://47.95.0.46:3307/ytsl_oa?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true username: root - password: root + password: test1214 # 浠庡簱鏁版嵁婧� slave: lazy: true -- Gitblit v1.9.1