v2.2 正式发布,移除jpa升级后台为mytisplus
This commit is contained in:
@ -1,7 +1,13 @@
|
||||
package co.yixiang;
|
||||
/**
|
||||
* Copyright (C) 2018-2020
|
||||
* All rights reserved, Designed By www.yixiang.co
|
||||
|
||||
*/
|
||||
package co.yixiang;
|
||||
import co.yixiang.modules.activity.service.YxStoreCouponUserService;
|
||||
import co.yixiang.annotation.AnonymousAccess;
|
||||
import co.yixiang.utils.SpringContextHolder;
|
||||
import org.mybatis.spring.annotation.MapperScan;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory;
|
||||
@ -13,13 +19,14 @@ import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @author hupeng
|
||||
* @date 2018/11/15 9:20:19
|
||||
*/
|
||||
@EnableAsync
|
||||
@RestController
|
||||
@SpringBootApplication
|
||||
@EnableTransactionManagement
|
||||
@MapperScan(basePackages = "co.yixiang.*.mapper")
|
||||
public class AppRun {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
Reference in New Issue
Block a user