单体和微服务启动类加注释

This commit is contained in:
zhangdaiscott
2020-12-02 20:13:45 +08:00
parent 6917e91398
commit c13ed675a7
3 changed files with 9 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import org.jeecgframework.codegenerate.window.CodeWindow;
*/
public class JeecgOneGUI {
/** 详细使用手册: http://doc.jeecg.com/1275846 */
/** 详细使用手册: http://doc.jeecg.com/2043919 */
public static void main(String[] args) {
new CodeWindow().pack();
}