# Conflicts:
#	JisolGameCocos/assets/script/App.ts
This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2024-01-23 02:54:23 +08:00
13 changed files with 81 additions and 15 deletions

View File

@@ -41,7 +41,7 @@ public class GDungeonController {
//获取副本信息
@ApiImplicitParams({})
@ApiOperation(value = "获取副本信息")
@PostMapping("/info")
@GetMapping("/info")
public NewsContext<Map<Integer,Dungeon>> getInfos(@CurrentPlayer Player player){
//获取所有副本信息

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: