chore: bootstrap springboot project
authorRonald Holshausen <rholshausen@dius.com.au>
Tue, 29 Sep 2020 02:03:48 +0000 (12:03 +1000)
committerRonald Holshausen <rholshausen@dius.com.au>
Tue, 29 Sep 2020 02:03:48 +0000 (12:03 +1000)
commitfa6c23326ebd418672752b41c21f04ee66ae00a6
treeb88177ac45df28d6d7c138911d5e240de3ef7383
parentac4422180ed2796c98bbdf5bd8961295f0d7718c
chore: bootstrap springboot project
.gitignore
provider/build.gradle [new file with mode: 0644]
provider/gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
provider/gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
provider/gradlew [new file with mode: 0755]
provider/gradlew.bat [new file with mode: 0644]
provider/settings.gradle [new file with mode: 0644]
provider/src/main/java/io/pactflow/example/sirenprovider/SirenProviderApplication.java [new file with mode: 0644]
provider/src/main/resources/application.properties [new file with mode: 0644]
provider/src/test/java/io/pactflow/example/sirenprovider/SirenProviderApplicationTests.java [new file with mode: 0644]