Dave Syer
|
c40d0aba0d
|
Document switching off DispatcherServlet
|
2013-12-12 17:32:58 +00:00 |
|
Dave Syer
|
e1a09e0900
|
Fix formatting of header
|
2013-12-04 12:30:14 +00:00 |
|
Dave Syer
|
e28e6d9593
|
More updated howtos
|
2013-11-29 09:46:10 +00:00 |
|
Dave Syer
|
19fa5b9af6
|
Updated howtos
|
2013-11-29 07:39:24 +00:00 |
|
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.
|
2013-11-28 14:35:36 +00:00 |
|
Dave Syer
|
710dfaf9b2
|
Add howto for migrating existing app
|
2013-11-27 13:49:44 +00:00 |
|
Dave Syer
|
cd54e1ed49
|
Add some more howtos
|
2013-11-26 18:00:50 +00:00 |
|
Dave Syer
|
cb38abff41
|
Add starter for howto.md
|
2013-11-25 17:28:51 +00:00 |
|