Andy Wilkinson
9d28238598
Update formatting of spring-boot-samples
7 years ago
Andy Wilkinson
ede197fa55
Polish formatting
...
Fix formatting issues, primarily around header comments.
7 years ago
Andy Wilkinson
8f1be4cded
Upgrade to spring-javaformat 0.0.11
7 years ago
Phillip Webb
cd537155a9
Use https for Thymeleaf xmlns:layout
7 years ago
Phillip Webb
0049f1985c
Use https for Thymeleaf xmlns:layout
7 years ago
Spring Operator
e401d02ced
Use HTTPS for external links wherever possible
...
See gh-16316
7 years ago
Andy Wilkinson
0e009ef047
Use HTTPS to link to the Apache license
7 years ago
Phillip Webb
e69296d7d3
Fix checkstyle violations in samples
8 years ago
Andy Wilkinson
c00638fee3
Remove Thymeleaf's layout dialect from its starter and update samples
...
Closes gh-7557
9 years ago
Phillip Webb
61f65ea10e
Add test for devtools + serving from `/public`
...
Add a simple test to show that basic serving of `/public` resources
works with devtoos.
See gh-7752
9 years ago
Andy Wilkinson
3286760073
Make it easier to add auto-configuration to a test slice
...
Previously, an entry had to be added to spring.factories using the
name of one of the @AutoConfigure… meta-annotations on the @…Test
annotation as the key. This indirection was unnecessarily complicated.
This commit simplifies things by allowing the name of the @…Test
annotation itself to be used as the key.
Closes gh-6335
10 years ago
Andy Wilkinson
3348ed5bb3
Make use of new GetMapping and PostMapping annotations
...
Closes gh-5277
10 years ago
Andy Wilkinson
19d8c5e6f6
Complete the move to constructor injection in configuration classes
...
This is a follow-on from the work done in 5009933 . Now that SPR-14015
has been fixed, constructor injection can also be used for parameterised
dependencies, including optional dependencies that are injected via
an ObjectProvider.
Closes gh-5306
10 years ago
Andy Wilkinson
89df4946f7
Use a context-relative URL for Dev Tools sample’s CSS
10 years ago
Phillip Webb
c9fb9916b8
Reformat code using Eclipse Mars
10 years ago
Phillip Webb
d2133687b0
Use persistent servlet session with DevTools
...
Set `server.session.persistent=true` when running DevTools to ensure
persistent sessions are used.
Fixes gh-3530
11 years ago
Phillip Webb
1ce617f1ae
Polish sample package names
11 years ago
Phillip Webb
6b92160295
Enforce Java 8 for compiling
11 years ago
Phillip Webb
dc071fa246
Restore remote support in devtools-sample
11 years ago
Phillip Webb
b57802190d
Polish
11 years ago
Phillip Webb
9929e39124
Allow devtools properties in `user.home`
...
Support loading a `.spring-boot-devtools.properties` file from the
users home folder. The property file can be used to customize settings
that make sense on a per-user basis, but might not want to be checked
into the project.
Fixes gh-3151
11 years ago
Phillip Webb
d0349879c3
Allow custom restart pollInterval and quietPeriod
...
Allow the pollInterval and the quietPeriod of the filewatcher to be
configured.
Fixes gh-3139
11 years ago
Phillip Webb
7bcd6567ba
Allow reload to use a trigger file
...
Update `FileSystemWatcher` to support the concept of a "trigger file"
which could be written by an IDE when a reload needs to occur.
Fixes gh-3157
11 years ago
Phillip Webb
983484f429
Rename spring-boot-developer-tools -> devtools
...
Fixes gh-3099
11 years ago