Phillip Webb
a6adeab319
Fixup version numbers following release
10 years ago
Phillip Webb
345ced1675
Fixup version numbers following release
10 years ago
Phillip Webb
3228cfa9bd
Fixup version numbers following release
10 years ago
Phillip Webb
4f9258a345
Fixup version numbers following release
10 years ago
Phillip Webb
338288205b
Fixup version numbers following release
10 years ago
Dave Syer
73a5a8730b
Fix versions in simple sample
10 years ago
Dave Syer
8a66d50edf
Remove binary files
10 years ago
Phillip Webb
cac3865ffa
Fixup version numbers following release
10 years ago
Phillip Webb
3c7d825658
Fixup version numbers following release
11 years ago
Phillip Webb
cc61d92b88
Fixup build following release
11 years ago
Phillip Webb
91bbd20ca0
Fixup version numbers following release
11 years ago
Phillip Webb
143e1918b7
Fixup versions following release
11 years ago
Phillip Webb
9e93719922
Fixup version numbers following release
11 years ago
Phillip Webb
3007a777d0
Roll back to 1.1.0.BUILD-SNAPSHOT
11 years ago
Phillip Webb
5adbf32c18
Fixup version numbers following release
11 years ago
Dave Syer
2c087d4787
Update Boot version in gradle samples
11 years ago
Dave Syer
41b4041c78
Add systemProperties to run task in sample
11 years ago
Phillip Webb
f70d6fb411
Declare all repositories in build samples
...
Update Gradle and Ant samples to consistently declare all repositories
(local, central, release, snapshot, milestone).
Fixes gh-426
11 years ago
Phillip Webb
632af6b1ab
Polish gradle examples
...
Spaces -> Tabs, version number, whitespace.
11 years ago
Andy Wilkinson
326c12d1f5
Update Spring repository url in Gradle samples
11 years ago
Phillip Webb
c09ca17ca2
Update gradle example builds
11 years ago
Dave Syer
5592023f16
Add support for reloading resources in Gradle plugin
...
Usage:
$ gradle bootRun
...
Edit files in src/main/resources and see the changes live in a web app
(e.g. static resources in /static).
The old functionality of bootRun has been replaced (since it didn't add
a lot of value and also didn't expose any JMV argument setters of anything).
This new feature set is backed by any existing "run" task configuration.
In addition autodetects a main class if there is one in the project
sources, so no need for mainClassName = '...' in build.gradle.
Applies the 'application' plugin (so no need to declare that either).
Fixes gh-225
11 years ago
Dave Syer
e55e8f9863
Add build.gradle samples and rename runJar->bootRun
11 years ago