This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[EMAIL][修改]:email更新为ssl端口
release_toaliyun_real
Stormeye Wu
7 years ago
parent
34524bf1d7
commit
a2f01bfbef
15 changed files
with
45 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
mallinkAdmin/src/main/resources/application-dev.yml
+3
-0
mallinkAdmin/src/main/resources/application-prod.yml
+3
-0
mallinkAdmin/src/main/resources/application-test.yml
+3
-0
mallinkBApi/src/main/resources/application-dev.yml
+3
-0
mallinkBApi/src/main/resources/application-prod.yml
+3
-0
mallinkBApi/src/main/resources/application-test.yml
+3
-0
mallinkCApi/src/main/resources/application-dev.yml
+3
-0
mallinkCApi/src/main/resources/application-prod.yml
+3
-0
mallinkCApi/src/main/resources/application-test.yml
+3
-0
mallinkMQConsumer/src/main/resources/application-dev.yml
+3
-0
mallinkMQConsumer/src/main/resources/application-prod.yml
+3
-0
mallinkMQConsumer/src/main/resources/application-test.yml
+3
-0
mallinkSchedule/src/main/resources/application-dev.yml
+3
-0
mallinkSchedule/src/main/resources/application-prod.yml
+3
-0
mallinkSchedule/src/main/resources/application-test.yml
+ 3
- 0
mallinkAdmin/src/main/resources/application-dev.yml
View File
@@ -50,6 +50,9 @@ spring:
auth: true
starttls:
enable: true
socketFactory:
port: 465
class: javax.net.ssl.SSLSocketFactory
# ROCKETMQ
rocketmq:
nameServer: 127.0.0.1:9876
+ 3
- 0
mallinkAdmin/src/main/resources/application-prod.yml
View File
@@ -48,6 +48,9 @@ spring:
auth: true
starttls:
enable: true
socketFactory:
port: 465
class: javax.net.ssl.SSLSocketFactory
# RABBITMQ
rabbitmq:
host: localhost
+ 3
- 0
mallinkAdmin/src/main/resources/application-test.yml
View File
@@ -48,6 +48,9 @@ spring:
auth: true
starttls:
enable: true
socketFactory:
port: 465
class: javax.net.ssl.SSLSocketFactory
# RABBITMQ
rabbitmq:
host: 127.0.0.1
+ 3
- 0
mallinkBApi/src/main/resources/application-dev.yml
View File
@@ -50,6 +50,9 @@ spring:
auth: true
starttls:
enable: true
socketFactory:
port: 465
class: javax.net.ssl.SSLSocketFactory
aws:
clientRegion: cn-northwest-1
bucketName: iformall-net
+ 3
- 0
mallinkBApi/src/main/resources/application-prod.yml
View File
@@ -47,6 +47,9 @@ spring:
auth: true
starttls:
enable: true
socketFactory:
port: 465
class: javax.net.ssl.SSLSocketFactory
# RABBITMQ
rabbitmq:
host: localhost
+ 3
- 0
mallinkBApi/src/main/resources/application-test.yml
View File
@@ -47,6 +47,9 @@ spring:
auth: true
starttls:
enable: true
socketFactory:
port: 465
class: javax.net.ssl.SSLSocketFactory
# RABBITMQ
rabbitmq:
host: 127.0.0.1
+ 3
- 0
mallinkCApi/src/main/resources/application-dev.yml
View File
@@ -49,6 +49,9 @@ spring:
auth: true
starttls:
enable: true
socketFactory:
port: 465
class: javax.net.ssl.SSLSocketFactory
aws:
clientRegion: cn-northwest-1
bucketName: iformall-net
+ 3
- 0
mallinkCApi/src/main/resources/application-prod.yml
View File
@@ -47,6 +47,9 @@ spring:
auth: true
starttls:
enable: true
socketFactory:
port: 465
class: javax.net.ssl.SSLSocketFactory
# RABBITMQ
rabbitmq:
host: localhost
+ 3
- 0
mallinkCApi/src/main/resources/application-test.yml
View File
@@ -47,6 +47,9 @@ spring:
auth: true
starttls:
enable: true
socketFactory:
port: 465
class: javax.net.ssl.SSLSocketFactory
# RABBITMQ
rabbitmq:
host: 127.0.0.1
+ 3
- 0
mallinkMQConsumer/src/main/resources/application-dev.yml
View File
@@ -51,6 +51,9 @@ spring:
auth: true
starttls:
enable: true
socketFactory:
port: 465
class: javax.net.ssl.SSLSocketFactory
rocketmq:
nameServer: 127.0.0.1:9876
producer:
+ 3
- 0
mallinkMQConsumer/src/main/resources/application-prod.yml
View File
@@ -48,6 +48,9 @@ spring:
auth: true
starttls:
enable: true
socketFactory:
port: 465
class: javax.net.ssl.SSLSocketFactory
# RABBITMQ
rabbitmq:
host: localhost
+ 3
- 0
mallinkMQConsumer/src/main/resources/application-test.yml
View File
@@ -48,6 +48,9 @@ spring:
auth: true
starttls:
enable: true
socketFactory:
port: 465
class: javax.net.ssl.SSLSocketFactory
# RABBITMQ
rabbitmq:
host: 127.0.0.1
+ 3
- 0
mallinkSchedule/src/main/resources/application-dev.yml
View File
@@ -51,6 +51,9 @@ spring:
auth: true
starttls:
enable: true
socketFactory:
port: 465
class: javax.net.ssl.SSLSocketFactory
aws:
clientRegion: cn-northwest-1
bucketName: iformall-net
+ 3
- 0
mallinkSchedule/src/main/resources/application-prod.yml
View File
@@ -48,6 +48,9 @@ spring:
auth: true
starttls:
enable: true
socketFactory:
port: 465
class: javax.net.ssl.SSLSocketFactory
# RABBITMQ
rabbitmq:
host: localhost
+ 3
- 0
mallinkSchedule/src/main/resources/application-test.yml
View File
@@ -48,6 +48,9 @@ spring:
auth: true
starttls:
enable: true
socketFactory:
port: 465
class: javax.net.ssl.SSLSocketFactory
# RABBITMQ
rabbitmq:
host: 127.0.0.1
Write
Preview
Loading…
Cancel
Save