Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
252c4678
Commit
252c4678
authored
Jun 28, 2022
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加 security依赖
parent
3d537a41
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
1 deletion
+24
-1
pom.xml
amos-boot-system-equip/pom.xml
+4
-0
pom.xml
amos-boot-system-knowledgebase/pom.xml
+4
-1
pom.xml
amos-boot-system-latentdanger/pom.xml
+4
-0
pom.xml
amos-boot-system-maintenance/pom.xml
+4
-0
pom.xml
amos-boot-system-patrol/pom.xml
+4
-0
pom.xml
amos-boot-system-supervision/pom.xml
+4
-0
No files found.
amos-boot-system-equip/pom.xml
View file @
252c4678
...
...
@@ -15,6 +15,10 @@
<artifactId>
amos-boot-module-equip-biz
</artifactId>
<version>
${amos-biz-boot.version}
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-security
</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
...
...
amos-boot-system-knowledgebase/pom.xml
View file @
252c4678
...
...
@@ -15,7 +15,10 @@
<artifactId>
amos-boot-module-knowledgebase-biz
</artifactId>
<version>
${amos-biz-boot.version}
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-security
</artifactId>
</dependency>
</dependencies>
<build>
...
...
amos-boot-system-latentdanger/pom.xml
View file @
252c4678
...
...
@@ -23,6 +23,10 @@
<artifactId>
pagehelper
</artifactId>
<version>
5.1.10
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-security
</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
...
...
amos-boot-system-maintenance/pom.xml
View file @
252c4678
...
...
@@ -13,6 +13,10 @@
<artifactId>
amos-boot-module-maintenance-biz
</artifactId>
<version>
${amos-biz-boot.version}
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-security
</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
...
...
amos-boot-system-patrol/pom.xml
View file @
252c4678
...
...
@@ -16,6 +16,10 @@
<artifactId>
amos-boot-module-patrol-biz
</artifactId>
<version>
${amos-biz-boot.version}
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-security
</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
...
...
amos-boot-system-supervision/pom.xml
View file @
252c4678
...
...
@@ -33,6 +33,10 @@
<groupId>
cn.jpush.api
</groupId>
<artifactId>
jpush-client
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-security
</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment