puzhibing
2023-05-25 380c0e958fbc3f2b42a3e38ae5dc9af3254b8f5c
management/guns-admin/src/main/resources/application.yml
@@ -1,5 +1,5 @@
server:
  port: 8011
  port: 8010
guns:
  swagger-open: false              #是否开启swagger (true/false)
@@ -15,7 +15,8 @@
spring:
  profiles:
    active: local
#    active: dev
    active: produce
  mvc:
    static-path-pattern: /static/**
    view:
@@ -43,7 +44,7 @@
    secret: 95a34f114973298cce4297a20bb59bc3
gaode:
  map:
    key: e0370a9a4d10739045fb0b8f4742a67e #高德key
    key: 588845b621c3c42d6d6c8f50ba00cb41 #高德key
#eureka:
#  client:
@@ -59,8 +60,8 @@
  datasource:
    url: jdbc:mysql://127.0.0.1:3306/fh_agent_driving?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
    username: root
#    password: PI_v6J5@dvHwGTqc
    password: 123456
    password: PI_v6J5@dvHwGTqc
#    password: 123456
    db-name: fh_agent_driving #用来搜集数据库的所有表
    filters: wall,mergeStat
@@ -83,8 +84,8 @@
spring:
  data:
    mongodb:
#      uri: mongodb://root:bv@_N36o+cTe1LpS@127.0.0.1:27017/admin
      uri: mongodb://127.0.0.1:27017/admin
      uri: mongodb://root:PaWPtGG95APCMBEb@127.0.0.1:27017/admin
#      uri: mongodb://127.0.0.1:27017/admin
---