zhangjinyang
2025-04-10 e90c9bad97161f4397b76005dbb3318ee59a679f
1
2
3
4
5
6
7
8
# DataSource Config
spring:
  profiles:
    active: prod
  datasource:
    url: jdbc:mysql://127.0.0.1:3306/aiflowy?useInformationSchema=true&characterEncoding=utf-8
    username: root
    password: 123456