springboot搭建簡單的web項目

### 使用idea 搭建springboot 的ssm項目流程 1.idea 新建maven 項目;(具體流程可百度操作) 2.項目目錄結構 文件解釋: a.App爲springboot啓動所需程序; b.static文件夾爲放靜態資源與頁面的位置; c.mapper文件夾爲存放mapper.xml文件的位置; 3.pom.xml文件中的內容: <!--繼承springboot的parent--
相關文章
相關標籤/搜索