https://github.com/zarinfam/spring-docker-compose-windsurf
This Spring Boot application was generated by Windsurf to examine the power of AI in generating code.
https://github.com/zarinfam/spring-docker-compose-windsurf
docker-compose spring-boot windsurf
Last synced: 3 months ago
JSON representation
This Spring Boot application was generated by Windsurf to examine the power of AI in generating code.
- Host: GitHub
- URL: https://github.com/zarinfam/spring-docker-compose-windsurf
- Owner: zarinfam
- Created: 2024-12-30T10:33:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-21T08:14:33.000Z (about 1 year ago)
- Last Synced: 2026-01-14T14:42:53.616Z (5 months ago)
- Topics: docker-compose, spring-boot, windsurf
- Language: Java
- Homepage: https://itnext.io/implementing-a-spring-boot-service-using-windsurf-and-claude-da1843703617
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Employee Service
This Spring Boot application was generated by [Windsurf](https://codeium.com/windsurf) to examine the power of AI in generating code. Read the article to learn more.
**Article**: [Implementing a Spring Boot service using Windsurf and Claude](https://itnext.io/implementing-a-spring-boot-service-using-windsurf-and-claude-da1843703617)
## Prerequisites
- Java 17 or higher
- Maven 3.6.3 or higher
## Building the Application
```bash
mvn clean install
```
## Running the Application
```bash
mvn spring-boot:run
```
The application will start on port 8080.
## Project Structure
- `src/main/java/com/saeed` - Contains the main application code
- `src/main/resources` - Contains application properties and configuration files
- `src/test` - Contains test cases