Skip to content

rodrigo-pagliares/MicroStamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroStamp Step 2

MicroSTAMP Step 2 - a Spring boot microservice for Step 2 of STPA.

Requirements

For building and running the application you need:

Steps to Execute

  1. Clone Project: Clone this repository to your local machine.
  2. Configure application.properties: Set up your SQL configurations in the application.properties file located in the src/main/resources directory. By default, it assumes port 3306 and "step2" as the database name. Ensure to provide the correct URL, port, username, and password for your SQL database.
  3. Create SQL Database: Create the required SQL database as configured in the application.properties file.
  4. Run the Project:
    • Open a terminal.
    • Navigate to the root directory of the project.
    • Execute the following commands:
      mvnw compile
      mvnw spring-boot:run
      

Access Points

Once the project is running, you can access the following endpoints:

Cleaning Build Files

To clean the build files, execute the following command:

mvnw clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published