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
3d537a41
Commit
3d537a41
authored
Jun 28, 2022
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加 security安全校验
parent
7b08065e
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
44 additions
and
6 deletions
+44
-6
pom.xml
amos-boot-system-jcs/pom.xml
+4
-0
application.properties
...boot-system-jcs/src/main/resources/application.properties
+7
-0
application.properties
...m-knowledgebase/src/main/resources/application.properties
+7
-2
application.properties
...em-latentdanger/src/main/resources/application.properties
+9
-2
application.properties
...tem-maintenance/src/main/resources/application.properties
+5
-0
application.properties
...t-system-patrol/src/main/resources/application.properties
+7
-2
application.properties
...tem-supervision/src/main/resources/application.properties
+5
-0
No files found.
amos-boot-system-jcs/pom.xml
View file @
3d537a41
...
...
@@ -26,6 +26,10 @@
<groupId>
org.liquibase
</groupId>
<artifactId>
liquibase-core
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-security
</artifactId>
</dependency>
</dependencies>
<build>
...
...
amos-boot-system-jcs/src/main/resources/application.properties
View file @
3d537a41
...
...
@@ -29,6 +29,13 @@ spring.datasource.hikari.max-lifetime=120000
spring.datasource.hikari.connection-timeout
=
30000
spring.datasource.hikari.connection-test-query
=
SELECT 1
endpoints.enabled
=
false
management.security.enabled
=
true
security.user.name
=
admin
security.user.password
=
admin
##liquibase
spring.liquibase.change-log
=
classpath:/db/changelog/changelog-master.xml
spring.liquibase.enabled
=
true
...
...
amos-boot-system-knowledgebase/src/main/resources/application.properties
View file @
3d537a41
...
...
@@ -20,4 +20,10 @@ mybatis-plus.type-aliases-super-type=org.typroject.tyboot.core.rdbms.orm.entity.
mybatis-plus.global-config.db-config.id-type
=
id_worker
mybatis-plus.mapper-locations
=
classpath:mapper/*
## redis失效时间
redis.cache.failure.time
=
10800
\ No newline at end of file
redis.cache.failure.time
=
10800
endpoints.enabled
=
false
management.security.enabled
=
true
security.user.name
=
admin
security.user.password
=
admin
amos-boot-system-latentdanger/src/main/resources/application.properties
View file @
3d537a41
...
...
@@ -61,4 +61,12 @@ feign.httpclient.connection-timeout=5000
video.fegin.name
=
video
latentDanger.feign.name
=
AMOS-LATENT-DANGER
Knowledgebase.fegin.name
=
AMOS-API-KNOWLEDGEBASE
\ No newline at end of file
Knowledgebase.fegin.name
=
AMOS-API-KNOWLEDGEBASE
## 消防救援保障部ID
fire-rescue
=
1432549862557130753
endpoints.enabled
=
false
management.security.enabled
=
true
security.user.name
=
admin
security.user.password
=
admin
amos-boot-system-maintenance/src/main/resources/application.properties
View file @
3d537a41
...
...
@@ -67,3 +67,8 @@ eureka.instance.metadata-map.management.context-path=${server.servlet.context-pa
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
endpoints.enabled
=
false
management.security.enabled
=
true
security.user.name
=
admin
security.user.password
=
admin
amos-boot-system-patrol/src/main/resources/application.properties
View file @
3d537a41
...
...
@@ -56,4 +56,10 @@ rule.definition.model-package=com.yeejoin.amos.patrol.business.entity.mybatis
rule.definition.default-agency
=
STATE_GRID
jcs.fegin.name
=
JCS
emergency.command.section.id
=
1418223840361709569
\ No newline at end of file
emergency.command.section.id
=
1418223840361709569
endpoints.enabled
=
false
management.security.enabled
=
true
security.user.name
=
admin
security.user.password
=
admin
amos-boot-system-supervision/src/main/resources/application.properties
View file @
3d537a41
...
...
@@ -73,3 +73,8 @@ eureka.instance.metadata-map.management.context-path=${server.servlet.context-pa
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
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