Skip to content

Commit

Permalink
Minor edit to version before stamping it as 1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
austenjt committed Dec 21, 2015
1 parent 7ae9278 commit 49b0db6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
9 changes: 0 additions & 9 deletions NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
Things I noticed after starting with 'gs-handling-form-submission' demo project:
https://github.com/djangofan/spring-boot-mortgage-calculator
----------------
1. Using JDK 1.7, the Gradle version of the project will not build. Project should have a note about that.
2. The wrapper gradleVersion should be updated to 2.8 (not required, but recommended)
3. Including the .war task in the build.gradle would have made sense, for optional deployment to another container.
4. Leave a link in the documentation that explains why using spring-boot with thymeleaf was chosen. It is very confusing for a beginner, not knowing why.
5. Had trouble posting a Date object. Added code in 'config' package to handle it.


Want to use:
http://www.chartjs.org/docs/
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ apply plugin: 'war'

war {
baseName = 'spring-boot-mortgage-calculator'
version = '0.9.0'
version = '1.0.0'
}

jar {
baseName = 'spring-boot-mortgage-calculator'
version = '0.9.0'
version = '1.0.0'
}

repositories {
Expand Down

0 comments on commit 49b0db6

Please sign in to comment.