使用Intellij 2023版本。
1. 新建空项目;
2. 在file 中 找到 project structures, 设置language level 为 17。(否则后续通过springinitializr 新建模块时会报错)
3.右键项目图标,新建module。
4. 使用maven, sdk为17版本,springboot使用3.15版本,dependencies为:
Developer Tools: GraalVM Native Support/ Lombok
Web: Spring Web
Security: Spring Security
SQL: Sping Data JDBC/ MyBatis Framework/ MySQL Driver
标签:Web,SpringBoot,17,Spring,配置,环境,版本,Security From: https://www.cnblogs.com/laoye/p/17789117.html