Commit Graph

14 Commits (2b16a4af39b0f7ab1e38628d6123bef91561ac32)

Author SHA1 Message Date
Dave Syer c40d0aba0d Document switching off DispatcherServlet 11 years ago
Dave Syer e1a09e0900 Fix formatting of header 11 years ago
Dave Syer e28e6d9593 More updated howtos 11 years ago
Dave Syer 19fa5b9af6 Updated howtos 11 years ago
Dave Syer 3e6c1b435f Add @SpringApplicationConfiguration (for integration testing)
Example:

    @RunWith(SpringJUnit4ClassRunner.class)
    @SpringApplicationConfiguration(classes = SampleDataJpaApplication.class)
    public class CityRepositoryIntegrationTests {

    	@Autowired
    	CityRepository repository;

Fixes gh-66.
11 years ago
Dave Syer 710dfaf9b2 Add howto for migrating existing app 11 years ago
Dave Syer cd54e1ed49 Add some more howtos 11 years ago
Dave Syer cb38abff41 Add starter for howto.md 11 years ago
Dave Syer 6bfc888a58 Remove missing links 11 years ago
Phillip Webb f8f36ead42 Add sample yml to docs 11 years ago
Phillip Webb 9cf59050d3 Documentation 11 years ago
Phillip Webb 65a9953c86 Fix a new remaining 'zero' and 'bootstrap' terms
Issue: #54095231
11 years ago
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
11 years ago
Dave Syer 90c942387f Add basic READMEs 11 years ago