Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
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
station
YeeAmosFireAutoSysRoot
Commits
6c2ef35f
Commit
6c2ef35f
authored
Mar 23, 2021
by
zhengjiawei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
6d6dc83f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
application-dev.properties
...utoSysStart/src/main/resources/application-dev.properties
+8
-6
application.properties
...ireAutoSysStart/src/main/resources/application.properties
+1
-1
dbTemplate_equipment_specific.xml
...ain/resources/db/mapper/dbTemplate_equipment_specific.xml
+1
-1
No files found.
YeeAmosFireAutoSysStart/src/main/resources/application-dev.properties
View file @
6c2ef35f
...
@@ -3,7 +3,7 @@ security.password=a1234560
...
@@ -3,7 +3,7 @@ security.password=a1234560
security.loginId
=
fas_autosys
security.loginId
=
fas_autosys
#environment
#environment
#spring.profiles.active = dev
#spring.profiles.active = dev
eureka.client.serviceUrl.defaultZone
=
http://172.16.
3.100
:10001/eureka/
eureka.client.serviceUrl.defaultZone
=
http://172.16.
10.72
:10001/eureka/
eureka.client.register-with-eureka
=
true
eureka.client.register-with-eureka
=
true
eureka.client.fetch-registry
=
true
eureka.client.fetch-registry
=
true
eureka.client.healthcheck.enabled
=
true
eureka.client.healthcheck.enabled
=
true
...
@@ -19,11 +19,13 @@ spring.datasource.hikari.maxLifetime = 1765000
...
@@ -19,11 +19,13 @@ spring.datasource.hikari.maxLifetime = 1765000
spring.datasource.hikari.maximum-pool-size
=
10
spring.datasource.hikari.maximum-pool-size
=
10
spring.datasource.testWhileIdle
=
true
spring.datasource.testWhileIdle
=
true
spring.datasource.validationQuery
=
SELECT 1
spring.datasource.validationQuery
=
SELECT 1
#ws
params.remoteWebsocketUrl
=
http://172.16.11.36:10600/
#redis
#redis
spring.redis.database
=
0
spring.redis.database
=
0
spring.redis.host
=
172.16.
3.100
spring.redis.host
=
172.16.
10.85
spring.redis.port
=
6379
spring.redis.port
=
6379
spring.redis.password
=
1234560
spring.redis.password
=
amos2019Redis
spring.redis.jedis.pool.max-active
=
200
spring.redis.jedis.pool.max-active
=
200
spring.redis.jedis.pool.max-wait
=
-1
spring.redis.jedis.pool.max-wait
=
-1
spring.redis.jedis.pool.max-idle
=
10
spring.redis.jedis.pool.max-idle
=
10
...
@@ -39,9 +41,9 @@ params.isPush=true
...
@@ -39,9 +41,9 @@ params.isPush=true
## emqx
## emqx
emqx.clean-session
=
true
emqx.clean-session
=
true
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.broker
=
tcp://172.16.
3.100
:1883
emqx.broker
=
tcp://172.16.
10.85
:1883
emqx.user-name
=
admin
emqx.user-name
=
super
emqx.password
=
a
dmin
emqx.password
=
a
123456
#�����
#�����
file.downLoad.url
=
http://39.98.246.31:8888/
file.downLoad.url
=
http://39.98.246.31:8888/
#站端名称使用全拼
#站端名称使用全拼
...
...
YeeAmosFireAutoSysStart/src/main/resources/application.properties
View file @
6c2ef35f
spring.application.name
=
AMOS-AUTOSYS
spring.application.name
=
AMOS-AUTOSYS
server.servlet.context-path
=
/fireAutoSys
server.servlet.context-path
=
/fireAutoSys
server.port
=
808
3
server.port
=
808
5
spring.profiles.active
=
dev
spring.profiles.active
=
dev
#应用product appkey
#应用product appkey
security.productWeb
=
STUDIO_APP_WEB
security.productWeb
=
STUDIO_APP_WEB
...
...
YeeAmosFireAutoSysStart/src/main/resources/db/mapper/dbTemplate_equipment_specific.xml
View file @
6c2ef35f
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
equ.code as code,
equ.code as code,
det.name as name,
det.name as name,
cate.name as type,
cate.name as type,
ware.full_name
as address,
concat_ws('-',ware.full_name, det.area)
as address,
spe.single as single,
spe.single as single,
sto.amount as amount,
sto.amount as amount,
spe.iot_code,
spe.iot_code,
...
...
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