
spring boot
小白进阶中...
这个作者很懒,什么都没留下…
展开
-
二、spring boot项目,快速生成setter and getter method
右键 -> Generate -> Setter或者Getter,选择需要生成的方法。原创 2024-04-19 13:59:48 · 287 阅读 · 0 评论 -
一、IntelliJ IDEA Community Edition 2023.3.1创建spring boot项目
2、使用IDEA打开项目,将pom文件中的<artifactId>spring-boot-starter</artifactId>换为<artifactId>spring-boot-starter-web</artifactId>默认端口是8080,若修改在application.properties文件中加入。创建springboot项目,选择各种配置后点击CENERATE,下载zip解压。4、选中application文件,右键run。3、添加一个一个controller。原创 2024-04-19 09:44:22 · 686 阅读 · 0 评论