spring boot 项目打包部署至docker 入门

准备一个简单的SpringBoot项目 随便找的一个修改了一下mapping Controller: @RestController public class BookController { @GetMapping("/books") public List<Book> getAllBooks(){ return Arrays.asList(new Book(1434L, "K
相关文章
相关标签/搜索