gxl
|
f502c0c532
|
15
ci/woodpecker/push/woodpecker Pipeline was successful
Details
|
2026-06-25 15:08:54 +08:00 |
gxl
|
84b727f612
|
5
ci/woodpecker/push/woodpecker Pipeline was successful
Details
|
2026-06-25 13:20:13 +08:00 |
gxl
|
b5b95b2fa6
|
4
ci/woodpecker/push/woodpecker Pipeline was successful
Details
|
2026-06-25 13:06:14 +08:00 |
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 |
gxl
|
15c1e6a11f
|
chore(project): 初始化 Spring Boot 项目结构
- 添加了 .gitattributes 和 .gitignore 配置文件
- 创建了基本的 Spring Boot 应用程序类 DemoApplication
- 添加了 Maven wrapper 文件 mvnw 和 mvnw.cmd
- 配置了 application.yaml 应用程序配置文件
- 创建了基本的 pom.xml 依赖管理文件
- 添加了基础的单元测试类 DemoApplicationTests
- 配置了 Maven wrapper 属性文件和相关脚本
|
2026-06-02 11:18:42 +08:00 |