Commit 214a37069461b298aec823dc7e1e5bdb2b1260b5
1 parent
75daf5b4
feat: 更新配置
Showing
4 changed files
with
5 additions
and
8 deletions
Bsth-admin/src/main/java/com/ruoyi/BsthApplication.java
| ... | ... | @@ -31,7 +31,7 @@ public class BsthApplication { |
| 31 | 31 | // System.setProperty("spring.devtools.restart.enabled", "false"); |
| 32 | 32 | ConfigurableApplicationContext app = SpringApplication.run(BsthApplication.class, args); |
| 33 | 33 | Environment env = app.getEnvironment(); |
| 34 | - log.info("(♥◠‿◠)ノ゙ 若依启动成功 ლ(´ڡ`ლ)゙ \n" + | |
| 34 | + log.info("(♥◠‿◠)ノ゙ 酒精签到后台启动成功 ლ(´ڡ`ლ)゙ \n" + | |
| 35 | 35 | " .-------. ____ __ \n" + |
| 36 | 36 | " | _ _ \\ \\ \\ / / \n" + |
| 37 | 37 | " | ( ' ) | \\ _. / ' \n" + | ... | ... |
Bsth-admin/src/main/java/com/ruoyi/driver/controller/DriverController.java
| ... | ... | @@ -213,10 +213,4 @@ public class DriverController extends BaseController { |
| 213 | 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