init JwtUtilMain

This commit is contained in:
2025-03-12 23:21:09 +08:00
parent 4f8685ef0b
commit d0a6a7491d
2 changed files with 9 additions and 4 deletions

View File

@@ -12,10 +12,7 @@
},
"repo": {
"dependencies": [
"me.hatter:commons:3.0"
],
"testDependencies": [
"junit:junit:4.12"
"me.hatter:commons:3.78"
]
}
}

View File

@@ -0,0 +1,8 @@
package me.hatter.tools.jwtutil;
public class JwtUtilMain {
public static void main(String[] args) {
System.out.println("jwt-util v0.0.1");
}
}