File tree Expand file tree Collapse file tree 7 files changed +29
-343
lines changed Expand file tree Collapse file tree 7 files changed +29
-343
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,11 @@ indent_size = 2
2020indent_style = space
2121insert_final_newline = false
2222trim_trailing_whitespace = true
23+
24+ [LICENSE.code.txt ]
25+ charset = utf-8
26+ end_of_line = lf
27+ indent_size = 3
28+ indent_style = space
29+ insert_final_newline = false
30+ trim_trailing_whitespace = true
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ spring-boot.log.txt
2222maven-testing-site.log.txt
2323test.log.txt
2424docs2
25+ docs-site-deployed
2526.bundle
2627.sass-cache
2728Gemfile.lock
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ All code in this repository is:
2+ =======================================================================
3+ Copyright (c) 2013 Thomas Woehlke All Rights Reserved
4+
5+ Licensed under the Apache License, Version 2.0 (the "License");
6+ you may not use this file except in compliance with the License.
7+ You may obtain a copy of the License at
8+
9+ http://www.apache.org/licenses/LICENSE-2.0
10+
11+ Unless required by applicable law or agreed to in writing, software
12+ distributed under the License is distributed on an "AS IS" BASIS,
13+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ See the License for the specific language governing permissions and
15+ limitations under the License.
Original file line number Diff line number Diff line change 1+ Except where otherwise noted, this work is licensed under http://creativecommons.org/licenses/by-nd/3.0/
Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >org.springframework.boot</groupId >
1616 <artifactId >spring-boot-starter-parent</artifactId >
17- <version >1.5.4 .RELEASE</version >
17+ <version >1.5.6 .RELEASE</version >
1818 </parent >
1919
2020 <organization >
3636 <distributionManagement >
3737 <site >
3838 <id >simpleworklist.shadowfax.fritz.box</id >
39- <url >file://${project.basedir} /docs2 </url >
39+ <url >file://${project.basedir} /docs-site-deployed </url >
4040 </site >
4141 </distributionManagement >
4242 <developers >
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ spring:
341341---
342342spring :
343343 profiles : travis
344- datasource :
345- url : ${DATABASE_URL_TEST}
344+ datasource :
345+ url : ${DATABASE_URL_TEST}
346346
347347
You can’t perform that action at this time.
0 commit comments