
Spring
拍拍脑袋随便写写
小白程序员学习过程的记录,小白也是有梦想称为老白的,趁头发还在!
展开
-
Spring WebSocket 官方文档研读
Spring WebSocket 官方文档研读如何运行官方例程配置要求:JDK 1.8 or laterGradle 4+ or Maven 3.2+You can also import the code straight into your IDE:Spring Tool Suite (STS)IntelliJ IDEAgithub地址:https://git...原创 2019-12-27 16:23:37 · 1601 阅读 · 0 评论 -
spring yBatis整合编程(Mysql 8)
工程采用Maven管理1. 导入依赖包 <!-- 因为包的版本可能会换,所以直接定义一个变量来存储--> <properties> <spring.version>5.1.7.RELEASE</spring.version> </properties> <dependencies>...原创 2019-06-20 15:53:10 · 201 阅读 · 0 评论