会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一只初学小菜鸟
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
23
下一页
2019年8月21日
Linux 安装和 连接xshell
摘要: 一、介绍和安装 二、xshell 连接 Linux
阅读全文
posted @ 2019-08-21 22:46 送外卖的小菜鸟
阅读(1939)
评论(0)
推荐(0)
2019年8月19日
shiro 快速入门详解。
摘要: package com.aaa.lee.shiro; import org.apache.shiro.SecurityUtils; import org.apache.shiro.authc.*; import org.apache.shiro.config.IniSecurityManagerFactory; import org.apache.shiro.mgt.SecurityManager
阅读全文
posted @ 2019-08-19 14:50 送外卖的小菜鸟
阅读(462)
评论(0)
推荐(0)
th 表达式的简单使用。
摘要: 一、使用场景,页面中,循环遍历,获得控制器穿过来的值。 1.1 控制器 1.2 HTML页面 1.3 跳到后台,再跳到HTML页面。 二、页面取值。 2.1 控制器 2.2 页面
阅读全文
posted @ 2019-08-19 11:35 送外卖的小菜鸟
阅读(2946)
评论(0)
推荐(0)
springboot 分布式项目,子级项目各自的作用。
摘要: 一、分布式项目,需要使用maven搭建。 1.1 父级pro.xml module。 1.2 子级项目之间的依赖关系、 mapper 》 依赖 model service 》mapper web 》service
阅读全文
posted @ 2019-08-19 10:54 送外卖的小菜鸟
阅读(1279)
评论(0)
推荐(0)
springboot 配置百里香 thymeleaf?
摘要: 一、1.1父级工程导入jar包。 springboot已经完整把thymeleaf集成进框架中了,可以直接添加使用不需要任何的配置信息 1.2 子级重写。 二、 配置文件application.properties中的配置。(主要是1.启用不严谨的HTML检查方式。2.关闭缓存。) 三、HTML 页
阅读全文
posted @ 2019-08-19 10:48 送外卖的小菜鸟
阅读(505)
评论(0)
推荐(0)
springboot 配置mybatis 配置mapper.xml
摘要: # 插件 进行配置 也可以用yml # 1. 配置 Tomcat 修改端口号 server.port=8848 server.context-path=/zxf #2.配置数据源 spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.datasource.url=jdbc:mysql://localhost:3306/qy
阅读全文
posted @ 2019-08-19 10:39 送外卖的小菜鸟
阅读(3975)
评论(0)
推荐(0)
service层 必须做业务逻辑的处理
摘要: package com.aaa.zxf.service; import com.aaa.zxf.mapper.BookMapper; import com.aaa.zxf.model.Book; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.S
阅读全文
posted @ 2019-08-19 10:36 送外卖的小菜鸟
阅读(1710)
评论(0)
推荐(0)
MapperScan注解 放在启动器上?
摘要: package com.aaa.zxf; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; /** * ...
阅读全文
posted @ 2019-08-19 10:34 送外卖的小菜鸟
阅读(897)
评论(0)
推荐(0)
springboot 使用select的注解,来查询数据库。
摘要: package com.aaa.zxf.mapper; import com.aaa.zxf.model.Book; import org.apache.ibatis.annotations.*; import org.mybatis.spring.annotation.MapperScan; import java.util.List; /** * 1. mapper 层中 是接口,定义各种功能
阅读全文
posted @ 2019-08-19 10:30 送外卖的小菜鸟
阅读(13178)
评论(2)
推荐(0)
springmvc 配置拦截器
摘要: package com.aaa.zxf.interceptor; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.web.servlet.HandlerInterceptor; import org.springframework.web.servlet.
阅读全文
posted @ 2019-08-19 10:26 送外卖的小菜鸟
阅读(313)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
23
下一页
公告