路泰机电科技体检——数据平台后端
zhaowenxuan
2024-12-17 965a994c0fe4c59a72638a6a4f1bb28dfd66f655
src/main/resources/application.yaml
@@ -1,3 +1,8 @@
server:
  port: 14765
  servlet:
    context-path: /
mybatis-plus:
  # 搜索指定包别名
  typeAliasesPackage: com.example.domain
@@ -9,15 +14,12 @@
      logic-delete-value: 1
      update-strategy: not_null
spring:
  profiles:
    active: win
  datasource:
    type: com.alibaba.druid.pool.DruidDataSource
    driverClassName: com.mysql.cj.jdbc.Driver
    druid:
      # 主库数据源
      master:
        url: jdbc:mysql://101.42.27.146:3306/ltkj_tj1.0?serverTimezone=GMT%2B8
        username: root
        password: Root_ltkj123
      # 初始连接数
      initialSize: 5
      # 最小连接池数量
@@ -57,6 +59,3 @@
        wall:
          config:
            multi-statement-allow: true
config:
  path: D:\ltkjprojectconf\config.properties
  dir: D:\ltkjprojectconf