使用IntelliJ IDEA+spring boot+springDataJPA+springSecurity+thymeleaf+mysql實現用戶登陸及權限控制

新建項目 file->new->project->Spring Initalizr->選擇依賴 javascript 配置application.properties #端口號(默認8080) server.port=8083 #關閉thymeleaf緩存,方便調試 spring.thymeleaf.cache=false #數據源 spring.datasource.driver-class-n
相關文章
相關標籤/搜索