Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-zx-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Jobs
Commits
Open sidebar
项目统一框架
一体化_户用光伏项目代码
amos-boot-zx-biz
Commits
2e4f3c50
Commit
2e4f3c50
authored
Feb 26, 2024
by
chenzai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改上传maas功能
parent
8dad2129
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
9 deletions
+10
-9
ClientHandler.java
.../main/java/com/yeejoin/amos/kgd/config/ClientHandler.java
+0
-0
application-dev.properties
...-system-kgd/src/main/resources/application-dev.properties
+6
-6
application.properties
...boot-system-kgd/src/main/resources/application.properties
+4
-3
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-kgd-api/src/main/java/com/yeejoin/amos/kgd/config/ClientHandler.java
View file @
2e4f3c50
This diff is collapsed.
Click to expand it.
amos-boot-system-kgd/src/main/resources/application-dev.properties
View file @
2e4f3c50
## DB properties:
spring.datasource.url
=
jdbc:mysql://172.16.3.
221:3306/amos_idx_biz
?allowMultiQueries=true&serverTimezone=GMT%2B8&characterEncoding=utf8
spring.datasource.url
=
jdbc:mysql://172.16.3.
101:3306/jd_bearing
?allowMultiQueries=true&serverTimezone=GMT%2B8&characterEncoding=utf8
spring.datasource.username
=
root
spring.datasource.password
=
Yeejoin@2020
## eureka properties:
eureka.instance.hostname
=
1
72.16.3.22
1
eureka.client.serviceUrl.defaultZone
=
http://
${eureka.instance.hostname}
:10001/eureka/
eureka.instance.hostname
=
1
27.0.0.
1
eureka.client.serviceUrl.defaultZone
=
http://
admin:a1234560@localhost
:10001/eureka/
## redis properties:
spring.redis.database
=
1
spring.redis.host
=
172.16.3.221
spring.redis.host
=
localhost
spring.redis.port
=
6379
spring.redis.password
=
yeejoin@2020
...
...
@@ -43,13 +43,13 @@ lettuce.timeout=10000
emqx.clean-session
=
true
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.broker
=
tcp://
172.16.3.221
:2883
emqx.broker
=
tcp://
localhost
:2883
emqx.client-user-name
=
super
emqx.client-password
=
a123456
emqx.max-inflight
=
1000
spring.influx.url
=
http://
172.16.3.221
:8086
spring.influx.url
=
http://
localhost
:8086
spring.influx.password
=
Yeejoin@2020
spring.influx.user
=
root
spring.influx.database
=
iot_platform
...
...
amos-boot-system-kgd/src/main/resources/application.properties
View file @
2e4f3c50
...
...
@@ -8,7 +8,7 @@ spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
logging.config
=
classpath:logback-${spring.profiles.active}.xml
## mybatis-plus
配置控制台打印完整带参数SQL语句
## mybatis-plus
\u914D\u7F6E\u63A7\u5236\u53F0\u6253\u5370\u5B8C\u6574\u5E26\u53C2\u6570SQL\u8BED\u53E5
mybatis-plus.configuration.log-impl
=
org.apache.ibatis.logging.stdout.StdOutImpl
## DB properties:
...
...
@@ -43,7 +43,7 @@ spring.redis.lettuce.pool.max-active=200
spring.redis.lettuce.pool.max-wait
=
-1
spring.redis.lettuce.pool.max-idle
=
10
spring.redis.lettuce.pool.min-idle
=
0
## redis
失效时间
## redis
\u5931\u6548\u65F6\u95F4
redis.cache.failure.time
=
10800
spring.servlet.multipart.maxFileSize
=
100MB
...
...
@@ -57,7 +57,8 @@ spring.http.encoding.force=true
amos.system.socket.port
=
7777
amos.system.maas.url
=
172.16.3.221:10005
#amos.system.maas.url=172.16.3.221:10005
amos.system.maas.url
=
127.0.0.1:30009
amos.system.user.user-name
=
kgd_gdd
amos.system.user.password
=
a1234560
amos.system.user.app-key
=
AMOS_STUDIO
...
...
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