Commit 214a37069461b298aec823dc7e1e5bdb2b1260b5

Authored by guzijian
1 parent 75daf5b4

feat: 更新配置

Bsth-admin/src/main/java/com/ruoyi/BsthApplication.java
@@ -31,7 +31,7 @@ public class BsthApplication { @@ -31,7 +31,7 @@ public class BsthApplication {
31 // System.setProperty("spring.devtools.restart.enabled", "false"); 31 // System.setProperty("spring.devtools.restart.enabled", "false");
32 ConfigurableApplicationContext app = SpringApplication.run(BsthApplication.class, args); 32 ConfigurableApplicationContext app = SpringApplication.run(BsthApplication.class, args);
33 Environment env = app.getEnvironment(); 33 Environment env = app.getEnvironment();
34 - log.info("(♥◠‿◠)ノ゙ 若依启动成功 ლ(´ڡ`ლ)゙ \n" + 34 + log.info("(♥◠‿◠)ノ゙ 酒精签到后台启动成功 ლ(´ڡ`ლ)゙ \n" +
35 " .-------. ____ __ \n" + 35 " .-------. ____ __ \n" +
36 " | _ _ \\ \\ \\ / / \n" + 36 " | _ _ \\ \\ \\ / / \n" +
37 " | ( ' ) | \\ _. / ' \n" + 37 " | ( ' ) | \\ _. / ' \n" +
Bsth-admin/src/main/java/com/ruoyi/driver/controller/DriverController.java
@@ -213,10 +213,4 @@ public class DriverController extends BaseController { @@ -213,10 +213,4 @@ public class DriverController extends BaseController {
213 return driverService.faceRegistrationFeedback(vo.getDeviceId(), vo.getJobCodes()); 213 return driverService.faceRegistrationFeedback(vo.getDeviceId(), vo.getJobCodes());
214 } 214 }
215 215
216 -// @GetMapping("/questionFeedback")  
217 -//// @ApiOperation("人脸识别反馈")  
218 -// public Result<?> questionFeedback() {  
219 -//  
220 -// return null;  
221 -// }  
222 } 216 }
Bsth-admin/src/main/java/com/ruoyi/driver/service/impl/DriverServiceImpl.java
@@ -375,7 +375,7 @@ public class DriverServiceImpl implements IDriverService { @@ -375,7 +375,7 @@ public class DriverServiceImpl implements IDriverService {
375 } 375 }
376 376
377 /** 377 /**
378 - * 100下的都设置为有酒精测试的设备 378 + * 100下的都设置为有酒精测试的设备
379 * 379 *
380 * @param deviceId 380 * @param deviceId
381 * @return 381 * @return
Bsth-admin/src/main/resources/application-druid-prd.yml
@@ -175,6 +175,9 @@ springfox: @@ -175,6 +175,9 @@ springfox:
175 documentation: 175 documentation:
176 auto-startup: false 176 auto-startup: false
177 enabled: false 177 enabled: false
  178 +log:
  179 + path: E:/ruoyi/logs
  180 +
178 api: 181 api:
179 url: 182 url:
180 # all 为获取所有驾驶员信息 183 # all 为获取所有驾驶员信息