Swagger-ui-endpoint: /swagger-ui.html

Objective

This project is responsible for schedule services.

Tecnologies

  • SpringCloud
  • SpringBoot
  • SpringData
  • Feign
  • FF4J
  • MongoDB
  • QueryDSL
  • Swagger
  • Fixture Factory
  • Lombok
  • JGit-Flow
  • Slf4j
  • Quartz

MongoDB Configuration

	use mp-schedule;
	db.createUser({
	  user: "mongo_mp_schedule",
	  pwd: "123",
	  roles: [ { role: "userAdmin", db: "mp-schedule" } ]
	});
	
	use mp-schedule-itest;
	db.createUser({
	  user: "mongo_mp_schedule",
	  pwd: "123",
	  roles: [ { role: "userAdmin", db: "mp-schedule-itest" } ]
	});

Run Integration Test

mvn clean install -P integration

GIT Flow

mvn jgitflow:feature-start
mvn jgitflow:feature-finish

mvn jgitflow:hotfix-start
mvn jgitflow:hotfix-finish

mvn jgitflow:release-start
mvn jgitflow:release-finish

Editor Config

http://editorconfig.org/

Git Ignore

Created by https://www.gitignore.io/api/eclipse,intellij,maven,java

Banner

application shell banner