feat:init

This commit is contained in:
xiang
2025-10-26 22:00:40 +08:00
commit 500465e421
8 changed files with 356 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
spring:
ai:
dashscope:
api-key: sk-07353fd191074c9c930b134230ba88ea
application:
name: xservice-ai-center
profiles:
active: local
datasource:
url: jdbc:mysql://rm-bp15t34gqx62jm069ro.mysql.rds.aliyuncs.com:3306/xservice-ai-center?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&allowMultiQueries=true
username: root
password: xb#UWqnhH24&XpX
driver-class-name: com.mysql.cj.jdbc.Driver
server:
port: 38020
# 返回结果UTF-8格式编码
servlet:
encoding:
charset: UTF-8
enabled: true
force: true