Slide 9
Slide 9 text
Unless otherwise indicated, these slides are © 2013-2015 Pivotal Software, Inc. and licensed under a
Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/
One Slide App
@SpringBootApplication
public class StoreApp {
!
public static void main(String[] args) {
SpringApplication.run(StoreApp.class, args);
}
!
!
!
!
!
}
9
Page findByAddressLocationNear(Point location, Distance distance, Pageable pageable);
interface StoreRepository extends PagingAndSortingRepository {
!
!
}