锻造升级

This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2024-01-10 01:36:20 +08:00
parent 6fbb142edc
commit 0d745b9715
22 changed files with 5392 additions and 1230 deletions

View File

@@ -4,8 +4,8 @@ spring:
datasource:
username: pet_jisol_cn
password: sThsBwjfDcaw2wJR
# url: jdbc:mysql://kyu.jisol.cn:3306/pet_jisol_cn?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&allowMultiQueries=true
url: jdbc:mysql://localhost:3306/pet_jisol_cn?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&allowMultiQueries=true
url: jdbc:mysql://kyu.jisol.cn:3306/pet_jisol_cn?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&allowMultiQueries=true
# url: jdbc:mysql://localhost:3306/pet_jisol_cn?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&allowMultiQueries=true
driver-class-name: com.mysql.cj.jdbc.Driver
jackson:
serialization:

View File

@@ -4,14 +4,16 @@
"roleName": "小石头",
"spine": 130001,
"roleSkillIds": [],
"roleAttackRange": 100
"roleAttackRange": 100,
"roleHight": 140
},
{
"id": 10002,
"roleName": "坚强小石",
"spine": 130002,
"roleSkillIds": [],
"roleAttackRange": 100
"roleAttackRange": 100,
"roleHight": 140
},
{
"id": 10003,
@@ -20,7 +22,8 @@
"roleSkillIds": [
40001
],
"roleAttackRange": 500
"roleAttackRange": 500,
"roleHight": 140
},
{
"id": 10004,
@@ -29,21 +32,24 @@
"roleSkillIds": [
40002
],
"roleAttackRange": 350
"roleAttackRange": 350,
"roleHight": 140
},
{
"id": 10005,
"roleName": "雷吉艾斯",
"spine": 130005,
"roleSkillIds": [],
"roleAttackRange": 350
"roleAttackRange": 350,
"roleHight": 140
},
{
"id": 10006,
"roleName": "星球杯",
"spine": 130006,
"roleSkillIds": [],
"roleAttackRange": 500
"roleAttackRange": 500,
"roleHight": 140
},
{
"id": 10007,
@@ -52,6 +58,7 @@
"roleSkillIds": [
40003
],
"roleAttackRange": 100
"roleAttackRange": 100,
"roleHight": 140
}
]