init JwtUtilMain
This commit is contained in:
@@ -12,10 +12,7 @@
|
|||||||
},
|
},
|
||||||
"repo": {
|
"repo": {
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"me.hatter:commons:3.0"
|
"me.hatter:commons:3.78"
|
||||||
],
|
|
||||||
"testDependencies": [
|
|
||||||
"junit:junit:4.12"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
8
src/main/java/me/hatter/tools/jwtutil/JwtUtilMain.java
Normal file
8
src/main/java/me/hatter/tools/jwtutil/JwtUtilMain.java
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user