转载请注明出处:https://oldnoop.tech/c/155.html
使用sts(spring tools suite)
(或者idea也有同样的功能)
创建spring start project
File -> New -> Spring Starter Project
选择模块
DevTools
Web
Aspects
jdbc
Mybatis
MySQL
Actuator
configuration processor
使用官网的模板工程创建
点击 Switch to the full version.
选择配置,生成模板工程
选择模块
DevTools
Web
Aspects
jdbc
Mybatis
MySQL
Actuator
configuration processor
点击按钮"Generate-Project alt + "
将模板工程导入ide