Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
server
/
formallProject
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
[EMAIL][修改]:email更新为ssl端口
release_toaliyun_real
Stormeye Wu
il y a 7 ans
Parent
34524bf1d7
révision
a2f01bfbef
15 fichiers modifiés
avec
45 ajouts
et
0 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Écrire
Aperçu
Chargement…
Annuler
Enregistrer