mirror of https://gitee.com/stylefeng/guns
【7.0.4】增强beetl和纯restful项目之前的切换
parent
baa343ad26
commit
da73d93040
|
@ -1,9 +1,9 @@
|
|||
package cn.stylefeng.guns.modular.test;
|
||||
|
||||
import cn.stylefeng.guns.modular.test.service.TranTestService;
|
||||
import cn.stylefeng.roses.kernel.rule.pojo.response.SuccessResponseData;
|
||||
import cn.stylefeng.roses.kernel.scanner.api.annotation.ApiResource;
|
||||
import cn.stylefeng.roses.kernel.scanner.api.annotation.GetResource;
|
||||
import cn.stylefeng.roses.kernel.system.integration.modular.system.datasource.test.service.TranTestService;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
package cn.stylefeng.guns.modular.test;
|
||||
|
||||
import cn.stylefeng.guns.modular.test.service.TranTestService;
|
||||
import cn.stylefeng.roses.kernel.rule.pojo.response.SuccessResponseData;
|
||||
import cn.stylefeng.roses.kernel.scanner.api.annotation.ApiResource;
|
||||
import cn.stylefeng.roses.kernel.scanner.api.annotation.GetResource;
|
||||
import cn.stylefeng.roses.kernel.system.integration.modular.system.datasource.test.service.TranTestService;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package cn.stylefeng.guns.modular.test.service;
|
||||
|
||||
import cn.stylefeng.guns.modular.test.factory.NormalUserFactory;
|
||||
import cn.stylefeng.roses.kernel.dsctn.api.annotation.DataSource;
|
||||
import cn.stylefeng.roses.kernel.system.integration.modular.system.datasource.test.factory.NormalUserFactory;
|
||||
import cn.stylefeng.roses.kernel.system.modular.user.entity.SysUser;
|
||||
import cn.stylefeng.roses.kernel.system.modular.user.mapper.SysUserMapper;
|
||||
import cn.stylefeng.roses.kernel.system.modular.user.service.SysUserService;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package cn.stylefeng.guns.modular.test.service;
|
||||
|
||||
import cn.stylefeng.guns.modular.test.factory.NormalUserFactory;
|
||||
import cn.stylefeng.roses.kernel.dsctn.api.annotation.DataSource;
|
||||
import cn.stylefeng.roses.kernel.system.integration.modular.system.datasource.test.factory.NormalUserFactory;
|
||||
import cn.stylefeng.roses.kernel.system.modular.user.entity.SysUser;
|
||||
import cn.stylefeng.roses.kernel.system.modular.user.mapper.SysUserMapper;
|
||||
import cn.stylefeng.roses.kernel.system.modular.user.service.SysUserService;
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
package cn.stylefeng.guns.modular.test.service;
|
||||
|
||||
import cn.stylefeng.roses.kernel.system.integration.modular.system.datasource.test.factory.NormalUserFactory;
|
||||
import cn.stylefeng.roses.kernel.system.integration.modular.system.datasource.test.service.GunsDbService;
|
||||
import cn.stylefeng.roses.kernel.system.integration.modular.system.datasource.test.service.OtherDbService;
|
||||
import cn.stylefeng.guns.modular.test.factory.NormalUserFactory;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
|
||||
|
|
Loading…
Reference in New Issue