01 2023 档案
摘要:import org.apache.shiro.authc.credential.HashedCredentialsMatcher; import org.apache.shiro.mgt.SecurityManager; import org.apache.shiro.spring.web.Shi
阅读全文
摘要:spring: datasource: type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://localhost:3306/test userna
阅读全文
摘要:视频链接:https://www.bilibili.com/video/BV1Zy4y1K7SH?p=118 什么是vue路由? 答:概念是这么说的嗷:路由的本质就是一种对应关系,比如说url地址和资源之间的对应关系。 我来简化总结一下,就是控制页面跳转的一种技术,比如,我想让页面转到Home.vu
阅读全文
摘要:原文地址:https://www.cnblogs.com/DIVEY/p/10213390.html <!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org"> <head> <meta http-equiv="Content-Type" c
阅读全文
摘要:跟着这个视频学的:【模板引擎Thymeleaf快速入门】 https://www.bilibili.com/video/BV1qy4y117qi/?p=2 在HTML的html标签中加入引用xmlns:th=“http://www.thymeleaf.org” <!DOCTYPE html> <ht
阅读全文
摘要:spring: #数据库配置 datasource: #这里使用的是德鲁伊数据库连接池 druid: db-type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver url: us
阅读全文