IDEA+Spring Book入门项创建+第一章
1.先创建一个SpringBoot项目
2.Springboot测试,创建一个HelloController类用于转发链接
package com.example.demo;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.we
原创
2022-05-12 13:25:52 ·
278 阅读 ·
0 评论