An open API service indexing awesome lists of open source software.

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.

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