Phillip Webb
21d80d87a3
Merge branch '1.5.x' into 2.0.x
2018-05-25 18:45:37 -07:00
Phillip Webb
e69296d7d3
Fix checkstyle violations in samples
2018-05-25 18:18:00 -07:00
Phillip Webb
4853477081
Reformat code
2018-05-25 18:17:37 -07:00
Phillip Webb
adfb6dc128
Polish
2018-01-25 13:20:29 -08:00
Madhura Bhave
d65f9b25bc
Remove redundant throws Exception
2018-01-25 17:25:38 +05:30
Andy Wilkinson
8ab12d909e
Use standard bean validation annotations that are new in 2.0
...
See gh-9969
2017-09-20 12:08:13 +01:00
Stephane Nicoll
b91ceef621
Polish "Polish"
...
Closes gh-10109
2017-08-30 10:41:51 +02:00
Johnny Lim
db76112700
Polish
...
See gh-10109
2017-08-30 10:33:53 +02:00
Phillip Webb
d8f827d224
Cleanup and format code
2017-03-06 17:08:09 -08:00
Andy Wilkinson
3348ed5bb3
Make use of new GetMapping and PostMapping annotations
...
Closes gh-5277
2016-05-09 17:08:16 +01:00
Andy Wilkinson
355860fd09
Remove @Autowired from constructors where class has single constructor
...
Closes gh-5226
2016-03-01 16:03:07 +00:00
kozazz
0de4b6ce63
Add update/delete to the web-ui sample
...
Closes gh-4735
See gh-4733
2015-12-11 13:37:08 +00:00
Phillip Webb
634bb770b2
Organize imports with new settings
...
See gh-4234
2015-10-19 12:58:34 -07:00
Phillip Webb
d09805fd75
Polish license headers
2015-09-08 16:05:05 -07:00
Phillip Webb
61fc4f3f12
Polish copyright headers
2015-06-23 10:22:14 -07:00
Phillip Webb
1ce617f1ae
Polish sample package names
2015-06-23 00:47:12 -07:00
Phillip Webb
d039f43107
Update samples to use @SpringBootApplication
...
Update the relevant samples to use the new @SpringBootApplication
annotation.
Closes gh-1842
2014-11-06 22:51:09 -08:00
Andy Wilkinson
b85926e6f0
Fix the rest of the typo InMemoryRepository's name
2014-10-08 15:13:25 +01:00
matzschmanski
02fef4295d
Fix typo: InMemoryMessageRespository -> InMemoryMessageRepository
...
Closes gh-1671
2014-10-08 14:48:00 +01:00
Phillip Webb
22e397cda2
Polish
2014-03-13 13:11:54 -07:00
Dave Syer
77bac876ce
Add support for Spring Loaded in Maven and Gradle
...
Requires Loaded 1.1.5 (or better).
For Maven you can just add springloaded to the dependencies of the
spring-boot plugin (and also set MAVEN_OPTS=-noverify).
For Gradle add springloaded to the build dependencies (-noverify
can be added by the plugin).
In both cases there is also support for adding an arbitrary java agent
via configuration. Samples are provided in
spring-boot-sample-[simple,web-ui].
The ApplicationPlugin is only added if there is no JavaExec task
already present, and additionally it computes its own man class if
none is provided. So "gradle run" and "gradle bootRun" look
superficially similar, but "bootRun" has extra options, including
the agent and Loaded support.
Fixes gh-251, gh-183
2014-02-18 10:05:28 +00:00
Phillip Webb
43e54d38f7
Make fields private where possible
2014-01-21 16:29:07 -08:00
Phillip Webb
0160760568
Apply latest eclipse cleanup rules
2014-01-21 16:28:26 -08:00
Dave Syer
f448e79f29
Remove long package names from samples
...
Long package names are really unnecessary in samples and they
just clutter things up. Also Spring Loaded doesn't work with
org.sfw packages, so to demo that technology you need a
different package name.
2013-12-31 08:40:26 +00:00
Dave Syer
0498617411
Disable whitelabel view if Thymeleaf error.html detected
2013-10-23 10:48:14 -04:00
Phillip Webb
b772f7c2e4
Polish
...
Minor formatting and consistent copyright header.
2013-10-08 20:30:45 -07:00
Phillip Webb
b665a2bb1d
Renamed packages
...
Issue: #54095231
2013-07-26 14:11:04 -07:00
Dave Syer
2098e23fca
Change package names zero->boot
...
* actuator -> boot-ops
* cli -> boot-cli
* launcher -> boot-load
* autoconfig -> boot-config
* bootstrap -> boot-strap
* starters -> boot-up
[#54095231 ] [bs-253] Refactor Zero->Boot
2013-07-26 14:13:41 +01:00