From 299cd2a4b79f32f9e1b55997e48bbe7e598c2d3f Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期三, 27 八月 2025 17:31:47 +0800 Subject: [PATCH] 添加openApi模块 添加下发任务接口模块 --- rsf-server/src/main/resources/application-dev.yml | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/rsf-server/src/main/resources/application-dev.yml b/rsf-server/src/main/resources/application-dev.yml index ceebf5e..c783677 100644 --- a/rsf-server/src/main/resources/application-dev.yml +++ b/rsf-server/src/main/resources/application-dev.yml @@ -10,11 +10,11 @@ path match: matching-strategy: ANT_PATH_MATCHER datasource: - driver-class-name: com.mysql.jdbc.Driver + driver-class-name: com.mysql.cj.jdbc.Driver # url: jdbc:mysql://47.76.147.249:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai # username: rsf username: root - url: jdbc:mysql://192.168.4.151:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai + url: jdbc:mysql://127.0.0.1:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai password: 34821015 type: com.alibaba.druid.pool.DruidDataSource druid: @@ -82,6 +82,11 @@ api: #璐ㄦ涓婃姤鎺ュ彛 notify-inspect: /report/inspect + rcs: + #閾炬帴 + host: http://192.168.4.84 + #绔彛 + port: 8088 #浠撳簱鍔熻兘鍙傛暟閰嶇疆 stock: -- Gitblit v1.9.1