JEECG 07f23b84eb Merge main into main-jeecg-ai: sync latest JeecgBoot 3.9.1 updates
- Merged latest main branch code into jeecg-ai branch
- Kept jeecg-ai customizations: removed cloud modules, custom README, jeecgai database name
- Updated SQL with latest flyway migrations and data
2026-03-20 14:33:06 +08:00
..
2026-01-21 19:00:06 +08:00
2026-01-21 19:00:06 +08:00

这个是单体启动项目

  • 项目: jeecg-module-system/jeecg-system-start

  • 启动类jeecg-module-system/jeecg-system-start/src/main/java/org/jeecg/JeecgSystemApplication.java

  • 端口8080

  • 访问地址:http://localhost:8080/jeecg-boot

  • 账号密码admin/123456

微服务启动项目在这里

  • 项目: jeecg-server-cloud/jeecg-system-cloud-start
  • 启动类jeecg-server-cloud/jeecg-system-cloud-start/src/main/java/org/jeecg/JeecgSystemCloudApplication.java