【7.0.4】增强beetl和纯restful项目之前的切换

pull/73/head
fengshuonan 2021-05-17 12:05:03 +08:00
parent baa343ad26
commit da73d93040
5 changed files with 5 additions and 7 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;