
java
xiao石头v
男
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mybatisplus 添加和数据库没关系的实体类
Lombok 添加和数据库没关系的实体类 需要加 @TableField(exist = false)原创 2021-07-12 10:07:30 · 297 阅读 · 0 评论 -
fontawesome只显示方框
fontawesome显示方框1、目录错误2、springboot打包问题 1、目录错误 css和fonts同级或者修改css中的url路径或者直接引用远程链接 https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css 2、springboot打包问题 <build> <finalName>hello</finalName> <plugins> <pl原创 2021-01-15 15:54:27 · 1023 阅读 · 0 评论 -
springboot +thymeleaf +mp+pagehelper
springboot +thymeleaf +mp+pagehelper 1、pom文件引入以下 <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifactId> <version>1.2.3</versio原创 2020-11-06 17:41:47 · 271 阅读 · 0 评论 -
Sting转json并获取值
Sting转json并获取值 pom文件新增: <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.2</version> </dependency> 使用: JsonObject jsonObject = new原创 2020-11-06 11:05:02 · 144 阅读 · 0 评论