|
|
@ -22,6 +22,9 @@ import org.springframework.boot.SpringApplication;
|
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
|
import org.springframework.transaction.annotation.EnableTransactionManagement;
|
|
|
|
import org.springframework.transaction.annotation.EnableTransactionManagement;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* ServerApplication
|
|
|
|
|
|
|
|
*/
|
|
|
|
@EnableTransactionManagement
|
|
|
|
@EnableTransactionManagement
|
|
|
|
@SpringBootApplication(scanBasePackages = "cn.hippo4j")
|
|
|
|
@SpringBootApplication(scanBasePackages = "cn.hippo4j")
|
|
|
|
@MapperScan(basePackages = {"cn.hippo4j.config.mapper", "cn.hippo4j.auth.mapper"})
|
|
|
|
@MapperScan(basePackages = {"cn.hippo4j.config.mapper", "cn.hippo4j.auth.mapper"})
|
|
|
|