mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-22 20:54:26 +08:00
fix:修复重构后公共模块导致项目启动失败的问题
This commit is contained in:
parent
411f4cdac2
commit
9a0a62d89b
@ -1,4 +1,4 @@
|
||||
package com.youlai.auth;
|
||||
package com.youlai;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
@ -2,6 +2,8 @@ server:
|
||||
port: 9999
|
||||
|
||||
spring:
|
||||
main:
|
||||
allow-bean-definition-overriding: true
|
||||
application:
|
||||
name: youlai-gateway
|
||||
cloud:
|
||||
|
Loading…
Reference in New Issue
Block a user