A Mirror of Spring's PetClinic
Find a file
Roberto Badô 7e97a9d2a0 Tree
2018-04-11 04:11:27 -03:00
.mvn/wrapper added missing .mvn folder needed for maven wrapper 2016-02-19 14:49:30 -06:00
.vscode Add ignores for vscode 2018-02-21 09:51:59 +00:00
aurea-central-jervis@fef2605a4e Update submodule 2018-04-11 04:02:52 -03:00
src Add placeholder YYYY-MM-DD for date input field 2018-02-22 11:03:05 +01:00
.editorconfig #96 change EditorConfig in order to impact other files than Java and XML (i.e.. jsp and html pages) 2015-10-16 18:21:12 +02:00
.gitignore Add ignores for vscode 2018-02-21 09:51:59 +00:00
.gitmodules Initial changes to integrate with jervis 2018-04-07 12:11:52 -03:00
.jervis.yml Tree 2018-04-11 04:11:27 -03:00
docker-compose.yml Make mysql configuration more first class 2016-12-05 21:50:29 +00:00
mvnw Add Maven Wrapper with mvn -N io.takari:maven:wrapper 2016-01-31 12:41:36 +01:00
mvnw.cmd Add Maven Wrapper with mvn -N io.takari:maven:wrapper 2016-01-31 12:41:36 +01:00
pom.xml Upgrade to Spring Boot 2.0.0.RELEASE 2018-03-14 16:32:27 -04:00
readme.md Initial changes to integrate with jervis 2018-04-07 12:11:52 -03:00
sonar-project.properties test methods:used should/shouldNot 2015-01-16 09:08:22 +08:00

Aurea Central Jervis Examples

Based on the original Spring's PetClinic

See original project here

Getting started with Central Jervis

1. Clone the repository you will integrate Central Jervis with

	git clone https://github.com/trilogy-group/your-project-repository.git
	cd your-project-repository

2. Add Aurea Central Jervis repository as submodule

	git submodule add git@github.com:trilogy-group/aurea-central-jervis.git