guyue
2025-09-03 dd028e18a12ad9ae7c43ed09b15ddd6bde1a43e9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
 
#server:
#  port: ${SERVER_PORT}
## JWT配置
#jwt:
#  secret: linghu-system-mySuperSecretKeyThatIsAtLeast-key-2024
#  expiration: 3600
#  #open-crypt
##app:
##  crypt:
##    secret-key: "fY9tX7vX7qH5bN2cD8eM4xD2fH7uL4xM"
#spring:
#  datasource:
##    url: jdbc:mysql://192.168.110.21:3306/linghu_geo_system?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&characterEncoding=UTF-8
#    url: jdbc:mysql://${MYSQL_HOST}:${MYSQL_PORT}/${MYSQL_DATABASE}?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&characterEncoding=UTF-8
#    username: ${MYSQL_USERNAME}
#    password: ${MYSQL_PASSWORD}
#
#    driver-class-name: com.mysql.cj.jdbc.Driver
#  mvc:
#    pathmatch:
#      matching-strategy: ant_path_matcher  # 使用 AntPathMatcher 替代 PathPatternMatcher
#mybatis-plus:
#  global-config:
#    db-config:
#      logic-delete-field: del_flag #默认deleted
#      logic-delete-value: 1
#      logic-not-delete-value: 0
#  configuration:
#
#    map-underscore-to-camel-case: false
#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#
#logging:
#  level:
#    # 将Mapper接口所在的包路径设置为DEBUG级别
#    com.linghu.mapper: DEBUG  # 替换为你的Mapper接口包路径
#linghu:
##  url: http://182.92.208.99:8000
#  url: ${LINGHU_URL}
 
 
 
server:
  port: 8080
# JWT配置
jwt:
  secret: linghu-system-mySuperSecretKeyThatIsAtLeast-key-2024
  expiration: 3600
  #open-crypt
app:
  crypt:
    secret-key: "fY9tX7vX7qH5bN2cD8eM4xD2fH7uL4xM"
spring:
  datasource:
    url: jdbc:mysql://192.168.110.21:3306/linghu_geo_system?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&characterEncoding=UTF-8
#    url: jdbc:mysql://localhost:3306/linghu_geo_system?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&characterEncoding=UTF-8
    username: root
    password: 123456
 
    driver-class-name: com.mysql.cj.jdbc.Driver
  mvc:
    pathmatch:
      matching-strategy: ant_path_matcher  # 使用 AntPathMatcher 替代 PathPatternMatcher
mybatis-plus:
  global-config:
    db-config:
      logic-delete-field: del_flag #默认deleted
      logic-delete-value: 1
      logic-not-delete-value: 0
  configuration:
    map-underscore-to-camel-case: false
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
 
logging:
  level:
    # 将Mapper接口所在的包路径设置为DEBUG级别
    com.linghu.mapper: DEBUG  # 替换为你的Mapper接口包路径
linghu:
     url: http://152.136.60.221:8000
#    url: http://152.136.60.221:5667
#  url: ${LINGHU_URL}