摘要:
一、 @GetMapping注解 简单实现以及如何测试 1.首先创建一个类 标明注解@SpringBootApplication 并且在main函数中写SpringApplication.run(类名.class, args) 2.建立一个类写controller,标明注解@RestControll 阅读全文
摘要:
记录7.15spring boot课程 简单的构建和配置并启动。 1、Create New Project 2、如下图,选择Gradle + Java (SDK我的用的1.8) 3、 4、 5、 6、 7、配置一下 在MVNRepository中搜索 spring boot 、junit sprin 阅读全文