2018-03-08
springboot-创建ssm工程
springboot 评论:0 浏览:85

转载请注明出处: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

 

 

 

使用官网的模板工程创建

访问网址 http://start.spring.io/

点击 Switch to the full version.
        选择配置,生成模板工程
        选择模块
            DevTools
            Web
            Aspects
            jdbc
            Mybatis
            MySQL
            Actuator
            configuration processor
        点击按钮"Generate-Project alt + "
        将模板工程导入ide



  • 转载请注明出处:https://oldnoop.tech/c/155.html

Copyright © 2018 oldnoop.tech. All Rights Reserved

鄂ICP备2023022735号-1