Skip to content

SpringBoot Application which performs CRUD operations on employee registry data with CI/CD powered by azure devops

License

Notifications You must be signed in to change notification settings

chandra-prakash-reddy/user_registry_service

Repository files navigation

employee_registry_backendBuild Status Maven Central

SpringBoot Application which performs CRUD operations on employee registry data

prerequisites

Run

  • move to project root directory
  • run mvn verify
  • run java -jar target/employee-registry --server.port=<port>
    • example: java -jar target/employee-registry.jar --server.port=7878

Docker Run

  • docker run command :

    • docker run -p <port>:8080 --name <container_name> chandraprakashreddy/applications:employee-registry-services-v1.01
  • run arguments :

    • <port> : provide the port number on which it should be run the process
    • <container_name> : provide the container name

verify

pom.xml

Find the pom dependency reference here pom.xml

License

This project is licensed under the MIT License - see the License for details