Skip to content

zheki4sh05/bpms-enterprise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot, Spring Data, Spring Security REST API

A simple Spring boot application that demonstrates the usage of RESTful API using Spring Framework and MySQL.

Tools and Technologies used

  • Java 17
  • Spring boot 3.1.1
  • MySQL
  • Minio
  • JPA
  • Hibernate
  • Maven
  • Intellij idea
  • Lombok
  • mysql.cj.jdbc.Driver
  • Postman
  • Git

Steps to install

1. Clone the application

git clone https://github.com/zheki4sh05/bpms-enterprise.git

2. Create MySQL database

CREATE
DATABASE library

3. Run the SQL script file

4. Change MySQL Username and Password as per your MySQL Installation

  • open src/main/resources/application.properties file.

  • change spring.datasource.username and spring.datasource.password as per your installation

5. Run the app

You can run the spring boot app by typing the following command -

mvn spring-boot:run

You can also package the application in the form of a jar file and then run it like so -

mvn package
java -jar bpms-enterprise-0.0.1-SNAPSHOT.jar

The server will start on port 8080.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages