变更新文档地址

This commit is contained in:
zhangdaiscott 2023-05-30 09:53:27 +08:00
parent ebc396340e
commit 452132ca38
3 changed files with 2 additions and 3 deletions

View File

@ -44,7 +44,7 @@
//// /** //// /**
//// * 测试调用 erp 微服务接口 //// * 测试调用 erp 微服务接口
//// * 如何测试通过archetype生成微服务模块快速集成测试 //// * 如何测试通过archetype生成微服务模块快速集成测试
//// * http://doc.jeecg.com/2194069 //// * https://help.jeecg.com/java/springcloud/archetype.html
//// * @return //// * @return
//// */ //// */
//// @GetMapping("/callErp") //// @GetMapping("/callErp")

View File

@ -17,7 +17,6 @@ import java.nio.charset.StandardCharsets;
* 自动初始化代码生成器模板 * 自动初始化代码生成器模板
* <p> * <p>
* 解决JAR发布需要手工配置代码生成器模板问题 * 解决JAR发布需要手工配置代码生成器模板问题
* http://doc.jeecg.com/2043922
* @author zhang * @author zhang
*/ */
@Slf4j @Slf4j

View File

@ -10,7 +10,7 @@ import org.jeecgframework.codegenerate.window.CodeWindow;
*/ */
public class JeecgOneGUI { public class JeecgOneGUI {
/** 使用手册: http://doc.jeecg.com/2684691 */ /** 使用手册: https://help.jeecg.com/vue3/codegen/gui.html */
public static void main(String[] args) { public static void main(String[] args) {
new CodeWindow().pack(); new CodeWindow().pack();
} }