fix:修复重构后公共模块导致项目启动失败的问题

This commit is contained in:
haoxr 2020-11-15 16:34:04 +08:00
parent 411f4cdac2
commit 9a0a62d89b
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package com.youlai.auth;
package com.youlai;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

View File

@ -2,6 +2,8 @@ server:
port: 9999
spring:
main:
allow-bean-definition-overriding: true
application:
name: youlai-gateway
cloud: