Browse Source

admin: init

yaoll 4 years ago
parent
commit
0e45da691f
1 changed files with 36 additions and 0 deletions
  1. 36 0
      dmp-admin/src/main/resources/application-aliyun-test.yml

+ 36 - 0
dmp-admin/src/main/resources/application-aliyun-test.yml

@@ -0,0 +1,36 @@
+server:
+  port: 8839
+persagy:
+  dmp:
+    server: http://172.17.100.14:9930
+    exchange: exchange-dmp
+spring:
+  application:
+    name: dmp-admin
+  datasource:
+    driver-class-name: com.mysql.cj.jdbc.Driver
+    url: jdbc:mysql://localhost:9005/dmp_admin?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
+  rabbitmq:
+    host: 172.17.100.14
+    port: 9936
+    username: admin
+    password: brzj123456
+    virtrul-host: /test
+  redis:
+    database: 10
+    host: 172.17.100.14
+    password: brzj123456
+    port: 9944
+    timeout: 6000
+    pool:
+      max-idle: 200
+      min-idle: 5
+      max-active: 1024
+      max-wait: 1000