Compare commits
2 Commits
f0fdac4cf4
...
1227fbbdd7
Author | SHA1 | Date |
---|---|---|
|
1227fbbdd7 | |
|
9eff8d614a |
|
@ -47,7 +47,7 @@ import org.apache.shiro.authz.annotation.RequiresPermissions;
|
||||||
*/
|
*/
|
||||||
@Api(tags="员工信息")
|
@Api(tags="员工信息")
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/bizEmployeesInfo/bizEmployeesInfo")
|
@RequestMapping("/admin/bizEmployeesInfo/bizEmployeesInfo")
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class BizEmployeesInfoController extends JeecgController<BizEmployeesInfo, IBizEmployeesInfoService> {
|
public class BizEmployeesInfoController extends JeecgController<BizEmployeesInfo, IBizEmployeesInfoService> {
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|
|
@ -32,7 +32,7 @@ import java.util.Map;
|
||||||
*/
|
*/
|
||||||
@Api(tags = "服务指令包")
|
@Api(tags = "服务指令包")
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/directivePackage/directivePackage")
|
@RequestMapping("/services/directivePackage/directivePackage")
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class DirectivePackageController extends JeecgController<DirectivePackage, IDirectivePackageService> {
|
public class DirectivePackageController extends JeecgController<DirectivePackage, IDirectivePackageService> {
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|
|
@ -31,7 +31,7 @@ import java.util.Map;
|
||||||
*/
|
*/
|
||||||
@Api(tags="体型标签")
|
@Api(tags="体型标签")
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/directiveTag/bodyTag")
|
@RequestMapping("/services/directiveTag/bodyTag")
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class DirectiveBodyTagController extends JeecgController<DirectiveBodyTag, IDirectiveBodyTagService> {
|
public class DirectiveBodyTagController extends JeecgController<DirectiveBodyTag, IDirectiveBodyTagService> {
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|
|
@ -31,7 +31,7 @@ import java.util.Map;
|
||||||
*/
|
*/
|
||||||
@Api(tags="情绪标签")
|
@Api(tags="情绪标签")
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/directiveTag/emotionTag")
|
@RequestMapping("/services/directiveTag/emotionTag")
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class DirectiveEmotionTagController extends JeecgController<DirectiveEmotionTag, IDirectiveEmotionTagService> {
|
public class DirectiveEmotionTagController extends JeecgController<DirectiveEmotionTag, IDirectiveEmotionTagService> {
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|
|
@ -31,7 +31,7 @@ import java.util.Map;
|
||||||
*/
|
*/
|
||||||
@Api(tags="服务类别")
|
@Api(tags="服务类别")
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/serviceCategory/configServiceCategory")
|
@RequestMapping("/services/serviceCategory/configServiceCategory")
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class ConfigServiceCategoryController extends JeecgController<ConfigServiceCategory, IConfigServiceCategoryService> {
|
public class ConfigServiceCategoryController extends JeecgController<ConfigServiceCategory, IConfigServiceCategoryService> {
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|
|
@ -38,7 +38,7 @@ import java.util.stream.Collectors;
|
||||||
*/
|
*/
|
||||||
@Api(tags = "服务指令")
|
@Api(tags = "服务指令")
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/serviceDirective/configServiceDirective")
|
@RequestMapping("/services/serviceDirective/configServiceDirective")
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class ConfigServiceDirectiveController extends JeecgController<ConfigServiceDirective, IConfigServiceDirectiveService> {
|
public class ConfigServiceDirectiveController extends JeecgController<ConfigServiceDirective, IConfigServiceDirectiveService> {
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|
|
@ -34,7 +34,7 @@ import java.util.Map;
|
||||||
*/
|
*/
|
||||||
@Api(tags = "服务标签")
|
@Api(tags = "服务标签")
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/serviceTag/serviceTag")
|
@RequestMapping("/services/serviceTag/serviceTag")
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class ServiceTagController extends JeecgController<ServiceTag, IServiceTagService> {
|
public class ServiceTagController extends JeecgController<ServiceTag, IServiceTagService> {
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|
|
@ -31,7 +31,7 @@ import java.util.Map;
|
||||||
*/
|
*/
|
||||||
@Api(tags = "服务类型")
|
@Api(tags = "服务类型")
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/ServiceType/configServiceType")
|
@RequestMapping("/services/ServiceType/configServiceType")
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class ConfigServiceTypeController extends JeecgController<ConfigServiceType, IConfigServiceTypeService> {
|
public class ConfigServiceTypeController extends JeecgController<ConfigServiceType, IConfigServiceTypeService> {
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|
|
@ -181,7 +181,7 @@ spring:
|
||||||
slow-sql-millis: 5000
|
slow-sql-millis: 5000
|
||||||
datasource:
|
datasource:
|
||||||
master:
|
master:
|
||||||
url: jdbc:mysql://mysql8-prod:3306/nursing_unit_001?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
url: jdbc:mysql://mysql8-prod:3306/nursing_unit_002?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
||||||
username: fw8864sshdang
|
username: fw8864sshdang
|
||||||
password: uGDBkM25I6nZCNM2
|
password: uGDBkM25I6nZCNM2
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
|
|
Loading…
Reference in New Issue