基础模块修改
This commit is contained in:
parent
d388dc8bd2
commit
221491c5bb
|
|
@ -11,6 +11,11 @@
|
|||
<artifactId>securitycontrol-system</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<!-- SpringCloud Alibaba Nacos -->
|
||||
<dependency>
|
||||
<groupId>com.alibaba.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.securitycontrol</groupId>
|
||||
<artifactId>securitycontrol-commons-security</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue