nidapeng
2024-04-25 9c7f5f394387099037d4af06f7abefc1b78628ea
server/system_gateway/src/main/java/com/doumee/SystemGatewayApplication.java
@@ -1,6 +1,5 @@
package com.doumee;
import lombok.extern.slf4j.Slf4j;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@@ -13,11 +12,10 @@
 * @author Eva.Caesar Liu
 * @date 2023/03/21 14:49
 */
@Slf4j
@EnableAsync
@SpringBootApplication
@EnableDiscoveryClient
@MapperScan("com.doumee.dao")
@MapperScan("com.doumee.dao.*")
public class SystemGatewayApplication {
    public static void main(String[] args) {
        ApplicationContext context = SpringApplication.run(SystemGatewayApplication.class);