Springboot vue 前後端分離

2021-09-26 09:33:29 字數 900 閱讀 3402

未完結,有時間補充!  

最近自己摸索搭建了乙個基本spring boot+vue 實現前後端分離的架構。

開發工具及環境:idea+springboot+vue+mysql+jdk1.8

上**:

1 先自己搭建乙個springboot的專案

2  首先本地需要安裝好node.js  (不會看我之前的部落格   

3 搭建vue環境

2.1 右鍵專案名稱找到  "open in terminal"

2.2 輸入  vue init webpack  demo(這裡為你的專案名稱 列我的為demo)

2.3 提示目錄已存在,是否繼續:y

2.4 project name(工程名):回車

2.5 project description(工程介紹):回車

2.6 author:kodak(作者名)

2.7 vue build(是否安裝編譯器):回車

2.8 install vue-router(是否安裝vue路由):回車

2.9 use eslint to lint your code(是否使用eslint檢查**,我們使用idea即可):n

3.0 set up unit tests(安裝測試工具):n

3.1 setup e2e tests with nightwatch(也是測試相關):n

3.2 should we run `npm install` for you after the project has been created? (recommended):選擇:no, i will handle that myself

這是搭建好的目錄結構

springboot vue3 0前後端分離上線

springboot vue3.0前後臺分離部署到tomcat詳細步驟 1.spring boot打成war包 直接搜sprigboot打包為war包。springboot打成war包步驟 為啥不打成jar包?我們是前後臺分離的專案,屬於兩個程式,訪問的時候都需要ip和埠號,並且都部署到tomcat...

Springboot Vue前後端分離的部落格專案

演示站 伺服器已過期 開源專案位址 求給個star 後端採用的是springboot2.4.0編寫後台,涉及到的技術點為 首頁 分類瀏覽 關於我 搜尋頁 部落格詳情 登入頁 部落格管理 發布 編輯部落格 分類管理 系統設定 字段設定 系統設定 友鏈管理 系統設定 使用者設定 1.執行blog.sql...

springboot vue (跨域問題)

在後端使用spring boot。spring boot跨域非常簡單,只需書寫以下 即可。configuration public class customcorsconfiguration bean public corsfilter corsfilter spring boot應用用nginx反...