Skip to content

paulosestini/internship-pcs-server-template

Repository files navigation

internship-pcs-server-template

Template for servers/services of the project Internship 4.0 from Poli-USP.

Run Application

Locally

docker-compose --profile local up -d
mvn spring-boot:run

In a docker container

docker-compose --profile default up -d

Deploy Application

First, check the current version of application on pom.xml file in the master branch. Then run:

git checkout develop
git checkout -b release/v<new_version>
./mvnw versions:set -DnewVersion=<new version>-SNAPSHOT
git add pom.xml
git commit -m "v<new version>"
git tag v<new version>
git push origin v<new version>
git checkout master
git merge release/v<new version> --no-ff
git push origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published