SpringMart is a basic Spring Boot application designed to simulate an e-commerce management system.
This project is built using Java, Spring Boot, and Maven, and follows a MVC architecture with clear separation of concerns (Controller, Service, Repository layers).
git clone git@github.com:Git-Cat-21/SpringMart.git
cd SpringMart./mvnw clean install
./mvnw spring-boot:rundocker build . -t springmart
docker run -it --rm -p 8080:8080 springmartkubectl create ns example-app
kubectl apply -n example-app -f ./deploymentkubectl -n example-app get pods
kubectl -n example-app get svckubectl port-forward svc/example-service 8080:80 -n example-app
