Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

This is the next version of the previous project for Emilima with better implementation using Spring as framework and Maven as dependency mechanism.

License

Notifications You must be signed in to change notification settings

cibertec-vault/emilima-v2-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emilima-v2-spring

This is the next version of the previous project for Emilima with better implementation using Spring as framework and Maven as dependency mechanism.

Configuration

Here are some configurations to set in order to run this app

Environment variables

Create a ./src/main/resources/application-dev.properties file to provide your local configurations, e.g., here are database configs:

spring.datasource.url=jdbc:mysql://127.0.0.1:3306/emilima
spring.datasource.username=root
spring.datasource.password=2211mysqlM1122
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

Run the app

Execute the command below to run this app with spring

./mvnw spring-boot:run

About

This is the next version of the previous project for Emilima with better implementation using Spring as framework and Maven as dependency mechanism.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published