Skip to content

samankho/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a playground for testing Spring Boot, JPA/Hibernate & Neo4j.

Run

Backend

Install MySQL and Neo4j on your system.

Copy the contents of the dot_env_example to a new file called .env in the same directory and adjust credentials for production DB.

Install Maven and run mvn install from the root directory (where the pom.xml file is located) to install the required dependencies.

To run, execute mvn spring-boot:run from the root directory. The backend will be available via http://localhost:8080.

Frontend

Test

Development

Backend

Copy settings.xml from the root directory to /Users/<User_Name>/.m2 (Windows, Mac) or /home/<User_Name>/.m2 (Linux).

For code formatting, run mvn spring-javaformat:apply from the root directory. It performs automatic code formatting.

About

This is a playground for testing Spring Boot & JPA/Hibernate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors