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
6d966d09
Commit
6d966d09
authored
Jun 28, 2022
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
暂时先取消安全校验
parent
252c4678
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
3 additions
and
51 deletions
+3
-51
pom.xml
amos-boot-system-jcs/pom.xml
+0
-4
application.properties
...boot-system-jcs/src/main/resources/application.properties
+0
-4
pom.xml
amos-boot-system-knowledgebase/pom.xml
+0
-4
application.properties
...m-knowledgebase/src/main/resources/application.properties
+0
-4
pom.xml
amos-boot-system-latentdanger/pom.xml
+0
-4
application.properties
...em-latentdanger/src/main/resources/application.properties
+0
-5
pom.xml
amos-boot-system-maintenance/pom.xml
+1
-4
application.properties
...tem-maintenance/src/main/resources/application.properties
+0
-5
pom.xml
amos-boot-system-patrol/pom.xml
+1
-4
application.properties
...t-system-patrol/src/main/resources/application.properties
+0
-4
pom.xml
amos-boot-system-supervision/pom.xml
+1
-4
application.properties
...tem-supervision/src/main/resources/application.properties
+0
-5
No files found.
amos-boot-system-jcs/pom.xml
View file @
6d966d09
...
@@ -26,10 +26,6 @@
...
@@ -26,10 +26,6 @@
<groupId>
org.liquibase
</groupId>
<groupId>
org.liquibase
</groupId>
<artifactId>
liquibase-core
</artifactId>
<artifactId>
liquibase-core
</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-security
</artifactId>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
...
...
amos-boot-system-jcs/src/main/resources/application.properties
View file @
6d966d09
...
@@ -29,11 +29,7 @@ spring.datasource.hikari.max-lifetime=120000
...
@@ -29,11 +29,7 @@ spring.datasource.hikari.max-lifetime=120000
spring.datasource.hikari.connection-timeout
=
30000
spring.datasource.hikari.connection-timeout
=
30000
spring.datasource.hikari.connection-test-query
=
SELECT 1
spring.datasource.hikari.connection-test-query
=
SELECT 1
endpoints.enabled
=
false
management.security.enabled
=
true
security.user.name
=
admin
security.user.password
=
admin
##liquibase
##liquibase
...
...
amos-boot-system-knowledgebase/pom.xml
View file @
6d966d09
...
@@ -15,10 +15,6 @@
...
@@ -15,10 +15,6 @@
<artifactId>
amos-boot-module-knowledgebase-biz
</artifactId>
<artifactId>
amos-boot-module-knowledgebase-biz
</artifactId>
<version>
${amos-biz-boot.version}
</version>
<version>
${amos-biz-boot.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-security
</artifactId>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
...
...
amos-boot-system-knowledgebase/src/main/resources/application.properties
View file @
6d966d09
...
@@ -22,8 +22,4 @@ mybatis-plus.mapper-locations=classpath:mapper/*
...
@@ -22,8 +22,4 @@ mybatis-plus.mapper-locations=classpath:mapper/*
## redis失效时间
## redis失效时间
redis.cache.failure.time
=
10800
redis.cache.failure.time
=
10800
endpoints.enabled
=
false
management.security.enabled
=
true
security.user.name
=
admin
security.user.password
=
admin
amos-boot-system-latentdanger/pom.xml
View file @
6d966d09
...
@@ -23,10 +23,6 @@
...
@@ -23,10 +23,6 @@
<artifactId>
pagehelper
</artifactId>
<artifactId>
pagehelper
</artifactId>
<version>
5.1.10
</version>
<version>
5.1.10
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-security
</artifactId>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
<plugins>
<plugins>
...
...
amos-boot-system-latentdanger/src/main/resources/application.properties
View file @
6d966d09
...
@@ -65,8 +65,3 @@ Knowledgebase.fegin.name=AMOS-API-KNOWLEDGEBASE
...
@@ -65,8 +65,3 @@ Knowledgebase.fegin.name=AMOS-API-KNOWLEDGEBASE
## 消防救援保障部ID
## 消防救援保障部ID
fire-rescue
=
1432549862557130753
fire-rescue
=
1432549862557130753
endpoints.enabled
=
false
management.security.enabled
=
true
security.user.name
=
admin
security.user.password
=
admin
amos-boot-system-maintenance/pom.xml
View file @
6d966d09
...
@@ -13,10 +13,7 @@
...
@@ -13,10 +13,7 @@
<artifactId>
amos-boot-module-maintenance-biz
</artifactId>
<artifactId>
amos-boot-module-maintenance-biz
</artifactId>
<version>
${amos-biz-boot.version}
</version>
<version>
${amos-biz-boot.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-security
</artifactId>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
<plugins>
<plugins>
...
...
amos-boot-system-maintenance/src/main/resources/application.properties
View file @
6d966d09
...
@@ -67,8 +67,3 @@ eureka.instance.metadata-map.management.context-path=${server.servlet.context-pa
...
@@ -67,8 +67,3 @@ eureka.instance.metadata-map.management.context-path=${server.servlet.context-pa
eureka.instance.status-page-url-path
=
/actuator/info
eureka.instance.status-page-url-path
=
/actuator/info
eureka.instance.metadata-map.management.api-docs
=
http://localhost:${server.port}${server.servlet.context-path}/swagger-ui.html
eureka.instance.metadata-map.management.api-docs
=
http://localhost:${server.port}${server.servlet.context-path}/swagger-ui.html
endpoints.enabled
=
false
management.security.enabled
=
true
security.user.name
=
admin
security.user.password
=
admin
amos-boot-system-patrol/pom.xml
View file @
6d966d09
...
@@ -16,10 +16,7 @@
...
@@ -16,10 +16,7 @@
<artifactId>
amos-boot-module-patrol-biz
</artifactId>
<artifactId>
amos-boot-module-patrol-biz
</artifactId>
<version>
${amos-biz-boot.version}
</version>
<version>
${amos-biz-boot.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-security
</artifactId>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
<plugins>
<plugins>
...
...
amos-boot-system-patrol/src/main/resources/application.properties
View file @
6d966d09
...
@@ -58,8 +58,4 @@ rule.definition.default-agency=STATE_GRID
...
@@ -58,8 +58,4 @@ rule.definition.default-agency=STATE_GRID
jcs.fegin.name
=
JCS
jcs.fegin.name
=
JCS
emergency.command.section.id
=
1418223840361709569
emergency.command.section.id
=
1418223840361709569
endpoints.enabled
=
false
management.security.enabled
=
true
security.user.name
=
admin
security.user.password
=
admin
amos-boot-system-supervision/pom.xml
View file @
6d966d09
...
@@ -33,10 +33,7 @@
...
@@ -33,10 +33,7 @@
<groupId>
cn.jpush.api
</groupId>
<groupId>
cn.jpush.api
</groupId>
<artifactId>
jpush-client
</artifactId>
<artifactId>
jpush-client
</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-security
</artifactId>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
<plugins>
<plugins>
...
...
amos-boot-system-supervision/src/main/resources/application.properties
View file @
6d966d09
...
@@ -73,8 +73,3 @@ eureka.instance.metadata-map.management.context-path=${server.servlet.context-pa
...
@@ -73,8 +73,3 @@ eureka.instance.metadata-map.management.context-path=${server.servlet.context-pa
eureka.instance.status-page-url-path
=
/actuator/info
eureka.instance.status-page-url-path
=
/actuator/info
eureka.instance.metadata-map.management.api-docs
=
http://localhost:${server.port}${server.servlet.context-path}/swagger-ui.html
eureka.instance.metadata-map.management.api-docs
=
http://localhost:${server.port}${server.servlet.context-path}/swagger-ui.html
endpoints.enabled
=
false
management.security.enabled
=
true
security.user.name
=
admin
security.user.password
=
admin
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