feat(project): 初始化 Spring Boot 项目结构
- 添加 .gitattributes 和 .gitignore 配置文件 - 配置 Maven Wrapper 脚本及属性文件 - 创建 Spring Boot 主应用类和测试类 - 添加 application.properties 配置文件 - 引入 Spring Boot starter 依赖及 Lombok 等工具库 - 配置 Maven 编译插件和 Spring Boot 插件 - 设置项目基本信息和 Java 版本为 17 - 添加开发工具依赖和 MySQL 连接器 - 配置 Lombok 注解处理器路径 - 创建基础的 REST 客户端测试依赖
This commit is contained in:
3
mt-pay/.mvn/wrapper/maven-wrapper.properties
vendored
Normal file
3
mt-pay/.mvn/wrapper/maven-wrapper.properties
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
wrapperVersion=3.3.4
|
||||
distributionType=only-script
|
||||
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip
|
||||
Reference in New Issue
Block a user