Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spring Boot Configuration #115

Merged
merged 1 commit into from
May 17, 2017
Merged

Spring Boot Configuration #115

merged 1 commit into from
May 17, 2017

Conversation

tgianos
Copy link
Contributor

@tgianos tgianos commented May 17, 2017

Initial commit of Spring Boot port.

Code compiles and runs via java -jar. Many tests are disabled currently and will need to be re-enabled, modified etc. as many of these tests depend on Guice.

@tgianos tgianos added this to the 1.1.0 milestone May 17, 2017
@tgianos tgianos self-assigned this May 17, 2017
@@ -26,14 +26,14 @@ buildscript {

dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${spring_boot_version}")
classpath("io.spring.gradle:dependency-management-plugin:1.0.0.RELEASE")
classpath("org.asciidoctor:asciidoctor-gradle-plugin:1.5.3")
classpath("gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:1.4.17")
classpath("com.netflix.nebula:gradle-aggregate-javadocs-plugin:3.0.1")
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the versions be set in the gradle.properties?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably could be... feel free :-)

@tgianos tgianos merged commit 7612b12 into Netflix:master May 17, 2017
@tgianos tgianos deleted the spring2 branch May 17, 2017 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants