felipesena / fillexc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fillexc

Codacy Badge Build Status codecov

This repo is a improvement of Provider, it's a RESTful API for the web site that will be create in the future. Besides the improvement, this is a way that i found to learn new technologies such as: Docker, Spring, Liquibase and others.

Running in IntelliJ

You need to add spring.profiles.active=local in environment variables in configuration in IntelliJ in order to run/debug it in your machine. This is because the real database is in Docker, since you don't want to start new container to run/debug you just need to use the local profile that is configured an in-memory database (H2) to make life easier.

variable

Running in Docker

To run it in Docker you need to generate the image for Fillexc first and then run it with docker-compose, for it just run the command below:

mvn clean package docker:build -Dspring.profiles.active=local
docker-compose up -d

About


Languages

Language:Java 100.0%