File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 7
7
impetus was to enable running a spring server inside a Docker
8
8
container.
9
9
* Numerous other tweaks to better support running Spring inside
10
- containers
10
+ containers (see
11
+ https://github.com/jonleighton/spring-docker-example )
11
12
12
13
## 1.6.4
13
14
Original file line number Diff line number Diff line change @@ -290,6 +290,13 @@ false
290
290
So to avoid this problem, don't save off references to application
291
291
constants in your initialization code.
292
292
293
+ ## Using Spring with a containerized development environment
294
+
295
+ As of Spring 1.7, there is some support for doing this. See [ this
296
+ example
297
+ repository] ( https://github.com/jonleighton/spring-docker-example ) for
298
+ information about how to do it with [ Docker] ( https://www.docker.com/ ) .
299
+
293
300
## Configuration
294
301
295
302
Spring will read ` ~/.spring.rb ` and ` config/spring.rb ` for custom
You can’t perform that action at this time.
0 commit comments