Commit 77b3fca0 authored by 喻训浩's avatar 喻训浩

fix:启动修改

parent 88d781e8
......@@ -20,7 +20,8 @@ public class ShowFieldController {
@Autowired
private ShowFieldService showFieldService;
@ApiOperation(value = "根据searchCode获得此模块需要展示字段")
@ApiOperation(value = "根据searchCode获得此模块需要展示字段",notes = "现有设备类型对应searchCode:\r\n" +
"三维激光切割机: 3D_LASER_CUTTING")
@GetMapping("/showField")
private Return findShowFieldBySearchCode(@RequestParam("searchCode") String searchCode) {
return Return.success(showFieldService.findShowFieldBySearchCode(searchCode));
......
spring.profiles.include=datasource,mybatis,quartz,swagger,security
spring.profiles.include=mybatis,quartz,swagger,security
# Mysql
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment