refactor: deserialize

This commit is contained in:
ReaJason
2024-12-14 19:34:06 +08:00
parent 8a709a1f23
commit 51342c36ad
11 changed files with 206 additions and 47 deletions
+1
View File
@@ -24,6 +24,7 @@ repositories {
}
dependencies {
implementation project(":deserialize")
implementation project(":generator")
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'