首页
学习
活动
专区
工具
TVP
发布

不想当开发的产品不是好测试

专栏作者
155
文章
328271
阅读量
57
订阅数
spring boot 使用 HandlerInterceptor
在实际项目中,接口出于安全考虑,都会有验签的计算。目前接触的项目来看基本都是时间戳+干扰因子 然后md5计算的方式。现在学习,写一个简单demo,
千往
2018-08-30
5830
spring boot 登录注册 demo (四) -- 体验小结
之前没有折腾过Spring,直接上来怼Spring Boot异常痛苦,参考着官网的guide(https://spring.io/guides)写了几个demo; spring boot 跑起来确是方便,有种python的感觉,几行代码就可以起一个web服务,还不用自己去配置tomcat之类的; 于是尝试学习一下,目标就是写了一个注册登录的web页面出来,数据需要存放在DB中,这么一个简单的需求; 就是这么一个简单的demo折腾了好几天,虽然spring的资料很多,但零零碎碎的,本以为有很多登录注册的dem
千往
2018-01-24
5620
spring boot 登录注册 demo (三) -- 前后端传递
前端页面通过thymeleaf渲染     <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> 前后端的传递关键在html上面,请看代码: <!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.o
千往
2018-01-24
1.3K1
spring boot 登录注册 demo (二) -- 数据库访问
通过data-jpa来访问数据库      <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency> <dependency> <groupId>mysql</groupId> <artifa
千往
2018-01-24
1.4K0
Establishing SSL connection without server's identity verification is not recommended. According to
Spring boot 启动提示: Establishing SSL connection without server's identity verification is not recommen
千往
2018-01-24
8780
spring boot 登录注册 demo (一)
Welcome to Spring Boot 代码结构 src/main/java 下 controller层,路由功能 dao层,数据库的访问 domain,bean的存放 service,业务层
千往
2018-01-24
1.4K0
JPA 中文乱码问题
背景 Spring Boot使用JPA,当前端传入到后端的数据为中文的时候,入库变为??? 解决方法 修改下项目的配置文件中DB的配置,新增characterEncoding=utf-8即可 spri
千往
2018-01-24
1.1K0
没有更多了
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档