feat: 鉴权模块框架

This commit is contained in:
2024-02-18 14:00:28 +08:00
parent 6b2b032beb
commit 1037009134
26 changed files with 623 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
package com.landaiqing;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}