diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000000000000000000000000000000000000..7e2386094b6cb62edf24cc3b08f05d94aba6e3e4 --- /dev/null +++ b/README.en.md @@ -0,0 +1,51 @@ +# Hello Spring + +A simple Spring Boot demonstration project. + +## Project Overview + +This is a basic Spring Boot example project demonstrating the fundamental usage of the Spring framework. + +## Technology Stack + +- Java +- Spring Boot + +## Getting Started + +### Prerequisites + +- JDK 8 or higher +- Maven 3.0+ + +### Build the Project + +```bash +mvn clean install +``` + +### Run the Project + +```bash +mvn spring-boot:run +``` + +## Project Structure + +``` +hello-spring/ +├── src/ +│ ├── main/ +│ │ ├── java/ +│ │ └── resources/ +│ └── test/ +└── pom.xml +``` + +## Contribution + +Pull requests are welcome! + +## License + +MIT License \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..b85f6314b72f8d483d82213fb5c41bdc045c701d --- /dev/null +++ b/README.md @@ -0,0 +1,53 @@ + + +# Hello Spring + +A simple Spring Boot demonstration project. + +## 项目简介 + +这是一个基础的 Spring Boot 示例项目,用于演示 Spring 框架的基本使用方法。 + +## 技术栈 + +- Java +- Spring Boot + +## 开始使用 + +### 环境要求 + +- JDK 8 或更高版本 +- Maven 3.0+ + +### 构建项目 + +```bash +mvn clean install +``` + +### 运行项目 + +```bash +mvn spring-boot:run +``` + +## 项目结构 + +``` +hello-spring/ +├── src/ +│ ├── main/ +│ │ ├── java/ +│ │ └── resources/ +│ └── test/ +└── pom.xml +``` + +## 贡献 + +欢迎提交 Pull Request! + +## 许可证 + +MIT License \ No newline at end of file