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
|
89df4946f7
|
Use a context-relative URL for Dev Tools sample’s CSS
|
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
|
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
|
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 |