demo/src
gxl f4dbb3a80e feat(controller): 添加Demo控制器并更新依赖配置
- 创建了DemoController类,提供/hello接口返回"Hello World!"
- 在pom.xml中添加spring-boot-starter核心依赖
- 将spring-boot-starter-webmvc替换为spring-boot-starter-web
- 将spring-boot-starter-webmvc-test替换为spring-boot-starter-test
- 添加spring-boot-starter-actuator监控组件
- 注释掉数据库相关依赖以简化项目配置
2026-06-02 11:24:39 +08:00
..
main feat(controller): 添加Demo控制器并更新依赖配置 2026-06-02 11:24:39 +08:00
test/java/com/example/demo chore(project): 初始化 Spring Boot 项目结构 2026-06-02 11:18:42 +08:00