yaoll 4 years ago
parent
commit
d214876b57
1 changed files with 23 additions and 0 deletions
  1. 23 0
      dmp-rwd-edit/src/main/resources/application-aliyun-test.yml

+ 23 - 0
dmp-rwd-edit/src/main/resources/application-aliyun-test.yml

@@ -0,0 +1,23 @@
+server:
+  port: 8838
+persagy:
+  dmp:
+    server: http://192.168.64.18:9930
+#    server: http://39.102.40.239:9970
+    exchange: exchange-dmp
+    admin:
+      routingKey: routing-dmp-rwdedit
+      queue: queue-dmp-rwdedit
+spring:
+  application:
+    name: dmp-rwdedit
+  datasource:
+    driver-class-name: com.mysql.cj.jdbc.Driver
+    url: jdbc:mysql://localhost:9005/dmp_rwdedit?useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8&useSSL=false
+    username: persagy
+    password: persagy@020
+    type: com.alibaba.druid.pool.DruidDataSource
+  jpa:
+    show-sql: true
+    hibernate:
+      ddl-auto: none