Skip to content

OperationCodeKC/EmployeeSpringServiceExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operation Code KC's Sample Java Spring Web Service

This project demonstrates how to use the Spring Initializr to spin up a basic Java Spring web service.

Clone the project to get the results of our first online session

How the project was created

To start from the beginning, follow these steps:

  1. Install a Java IDE such as IntelliJ $ or Spring Tool Suite free
  2. Create a starter project from Spring Initializr
    • Make sure "Maven Project" is selected
    • Language is "Java"
    • Keep the default "Spring Boot" version
    • Fill in the "Project Metadata"
      • Group "com.opcode"
      • Artifact "employees"
      • Name "employees"
      • Package Name "com.opcode.employees"
    • Add Dependencies
      • Spring Web
      • Spring Data JPA
      • H2 Database
      • Spring Boot Actuator Spring Initializr
    • Click "Generate" to download the zipped up project
  3. Unzip the project archive in a location (for example, C:\projects)
  4. Import the Maven project into your IDE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages