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
3665bd46
Commit
3665bd46
authored
Jun 29, 2022
by
lisong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer' into developer
parents
8d05d977
393c296d
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
29 additions
and
8 deletions
+29
-8
pom.xml
amos-boot-system-equip/pom.xml
+4
-0
application.properties
...ot-system-equip/src/main/resources/application.properties
+3
-0
VideoMapper.xml
...ot-system-equip/src/main/resources/mapper/VideoMapper.xml
+1
-1
application.properties
...boot-system-jcs/src/main/resources/application.properties
+4
-0
pom.xml
amos-boot-system-knowledgebase/pom.xml
+0
-1
application.properties
...m-knowledgebase/src/main/resources/application.properties
+3
-2
application.properties
...em-latentdanger/src/main/resources/application.properties
+4
-2
pom.xml
amos-boot-system-maintenance/pom.xml
+1
-0
application.properties
...tem-maintenance/src/main/resources/application.properties
+2
-0
pom.xml
amos-boot-system-patrol/pom.xml
+1
-0
application.properties
...t-system-patrol/src/main/resources/application.properties
+3
-2
pom.xml
amos-boot-system-supervision/pom.xml
+1
-0
application.properties
...tem-supervision/src/main/resources/application.properties
+2
-0
No files found.
amos-boot-system-equip/pom.xml
View file @
3665bd46
...
@@ -15,6 +15,10 @@
...
@@ -15,6 +15,10 @@
<artifactId>
amos-boot-module-equip-biz
</artifactId>
<artifactId>
amos-boot-module-equip-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-equip/src/main/resources/application.properties
View file @
3665bd46
...
@@ -86,6 +86,9 @@ dcs.client.secret=fire_system
...
@@ -86,6 +86,9 @@ dcs.client.secret=fire_system
dcs.x.hw.id
=
NR_REST_APP
dcs.x.hw.id
=
NR_REST_APP
dcs.x.hw.appKey
=
s+YkvQhwilx91TRJHhNDmw==
dcs.x.hw.appKey
=
s+YkvQhwilx91TRJHhNDmw==
management.endpoints.enabled-by-default
=
false
# 权限标识-物联区域
# 权限标识-物联区域
auth-key-area
=
area_info
auth-key-area
=
area_info
# 权限标识-消防系统
# 权限标识-消防系统
...
...
amos-boot-system-equip/src/main/resources/mapper/VideoMapper.xml
View file @
3665bd46
...
@@ -111,7 +111,7 @@
...
@@ -111,7 +111,7 @@
GROUP BY id
GROUP BY id
order by v.create_date
order by v.create_date
</when>
</when>
<when
test=
"dto.buildingId == null || dto.buildingId ==''"
>
<when
test=
'dto.buildingId == null || dto.buildingId ==""'
>
<where>
<where>
<if
test=
"dto.bizOrgCode!=null and dto.bizOrgCode!=''"
>
<if
test=
"dto.bizOrgCode!=null and dto.bizOrgCode!=''"
>
v.biz_org_code LIKE CONCAT(#{dto.bizOrgCode}, '%')
v.biz_org_code LIKE CONCAT(#{dto.bizOrgCode}, '%')
...
...
amos-boot-system-jcs/src/main/resources/application.properties
View file @
3665bd46
...
@@ -29,6 +29,9 @@ spring.datasource.hikari.max-lifetime=120000
...
@@ -29,6 +29,9 @@ 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
##liquibase
##liquibase
spring.liquibase.change-log
=
classpath:/db/changelog/changelog-master.xml
spring.liquibase.change-log
=
classpath:/db/changelog/changelog-master.xml
spring.liquibase.enabled
=
true
spring.liquibase.enabled
=
true
...
@@ -117,6 +120,7 @@ mybatis.interceptor.enabled = false
...
@@ -117,6 +120,7 @@ mybatis.interceptor.enabled = false
## 消防救援保障部ID
## 消防救援保障部ID
fire-rescue
=
1432549862557130753
fire-rescue
=
1432549862557130753
management.endpoints.enabled-by-default
=
false
#阿里云实时语音识别参数
#阿里云实时语音识别参数
speech-config.access-key-id
=
LTAI5t62oH95jgbjRiNXPsho
speech-config.access-key-id
=
LTAI5t62oH95jgbjRiNXPsho
speech-config.access-key-secret
=
shy9SpogYgcdDoyTB3bvP21VSRmz8n
speech-config.access-key-secret
=
shy9SpogYgcdDoyTB3bvP21VSRmz8n
...
...
amos-boot-system-knowledgebase/pom.xml
View file @
3665bd46
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +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>
</dependencies>
</dependencies>
<build>
<build>
...
...
amos-boot-system-knowledgebase/src/main/resources/application.properties
View file @
3665bd46
...
@@ -20,4 +20,6 @@ mybatis-plus.type-aliases-super-type=org.typroject.tyboot.core.rdbms.orm.entity.
...
@@ -20,4 +20,6 @@ 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.global-config.db-config.id-type
=
id_worker
mybatis-plus.mapper-locations
=
classpath:mapper/*
mybatis-plus.mapper-locations
=
classpath:mapper/*
## redis失效时间
## redis失效时间
redis.cache.failure.time
=
10800
redis.cache.failure.time
=
10800
\ No newline at end of file
management.endpoints.enabled-by-default
=
false
amos-boot-system-latentdanger/src/main/resources/application.properties
View file @
3665bd46
...
@@ -61,4 +61,7 @@ feign.httpclient.connection-timeout=5000
...
@@ -61,4 +61,7 @@ feign.httpclient.connection-timeout=5000
video.fegin.name
=
video
video.fegin.name
=
video
latentDanger.feign.name
=
AMOS-LATENT-DANGER
latentDanger.feign.name
=
AMOS-LATENT-DANGER
Knowledgebase.fegin.name
=
AMOS-API-KNOWLEDGEBASE
Knowledgebase.fegin.name
=
AMOS-API-KNOWLEDGEBASE
\ No newline at end of file
## 消防救援保障部ID
fire-rescue
=
1432549862557130753
management.endpoints.enabled-by-default
=
false
amos-boot-system-maintenance/pom.xml
View file @
3665bd46
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +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>
</dependencies>
</dependencies>
<build>
<build>
<plugins>
<plugins>
...
...
amos-boot-system-maintenance/src/main/resources/application.properties
View file @
3665bd46
...
@@ -67,3 +67,4 @@ eureka.instance.metadata-map.management.context-path=${server.servlet.context-pa
...
@@ -67,3 +67,4 @@ 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
management.endpoints.enabled-by-default
=
false
\ No newline at end of file
amos-boot-system-patrol/pom.xml
View file @
3665bd46
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +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>
</dependencies>
</dependencies>
<build>
<build>
<plugins>
<plugins>
...
...
amos-boot-system-patrol/src/main/resources/application.properties
View file @
3665bd46
...
@@ -56,4 +56,6 @@ rule.definition.model-package=com.yeejoin.amos.patrol.business.entity.mybatis
...
@@ -56,4 +56,6 @@ rule.definition.model-package=com.yeejoin.amos.patrol.business.entity.mybatis
rule.definition.default-agency
=
STATE_GRID
rule.definition.default-agency
=
STATE_GRID
jcs.fegin.name
=
JCS
jcs.fegin.name
=
JCS
emergency.command.section.id
=
1418223840361709569
emergency.command.section.id
=
1418223840361709569
\ No newline at end of file
management.endpoints.enabled-by-default
=
false
amos-boot-system-supervision/pom.xml
View file @
3665bd46
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
<groupId>
cn.jpush.api
</groupId>
<groupId>
cn.jpush.api
</groupId>
<artifactId>
jpush-client
</artifactId>
<artifactId>
jpush-client
</artifactId>
</dependency>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
<plugins>
<plugins>
...
...
amos-boot-system-supervision/src/main/resources/application.properties
View file @
3665bd46
...
@@ -73,3 +73,4 @@ eureka.instance.metadata-map.management.context-path=${server.servlet.context-pa
...
@@ -73,3 +73,4 @@ 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
management.endpoints.enabled-by-default
=
false
\ No newline at end of file
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