上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 68 下一页
摘要: 增加一个过滤器 package com.config; import com.jetsum.business.common.constant.CharsetConstant; import lombok.extern.slf4j.Slf4j; import javax.servlet.*; impo 阅读全文
posted @ 2020-06-03 08:57 yvioo 阅读(5564) 评论(0) 推荐(0) 编辑
摘要: 增加一个配置类 import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.we 阅读全文
posted @ 2020-06-03 08:55 yvioo 阅读(258) 评论(0) 推荐(0) 编辑
摘要: /** * @title 使用默认浏览器打开 * @param url 要打开的网址 */ private static void browse2(String url) throws Exception { Desktop desktop = Desktop.getDesktop(); if (D 阅读全文
posted @ 2020-06-02 14:01 yvioo 阅读(3414) 评论(4) 推荐(0) 编辑
摘要: 引入 area.js /* * 全国三级城市联动 js版 */ function Dsy(){ this.Items = {}; } Dsy.prototype.add = function(id,iArray){ this.Items[id] = iArray; } Dsy.prototype.E 阅读全文
posted @ 2020-05-29 08:53 yvioo 阅读(514) 评论(0) 推荐(0) 编辑
摘要: 官方项目地址:https://select2.org/ 引入css和js <link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/css/select2.min.css" rel="stylesheet" /> <s 阅读全文
posted @ 2020-05-28 18:44 yvioo 阅读(1010) 评论(0) 推荐(0) 编辑
摘要: 引入maven依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> 如果是springboot 阅读全文
posted @ 2020-05-28 14:28 yvioo 阅读(1249) 评论(0) 推荐(0) 编辑
摘要: 1.打开控制面板 快捷键 win+R,然后输入control,打开控制面板 2.用户账户 3.管理windows凭据 4.点击里面的git就可以修改了 阅读全文
posted @ 2020-05-28 09:18 yvioo 阅读(2203) 评论(0) 推荐(0) 编辑
摘要: 注意事项: springboot默认有以下文件配置要求, 可以自行在配置文件里面修改 spring: servlet: multipart: enabled: true #是否处理上传 max-file-size: 1MB #允许最大的单个上传大小,单位可以是kb max-request-size: 阅读全文
posted @ 2020-05-26 22:31 yvioo 阅读(956) 评论(0) 推荐(0) 编辑
摘要: 引入java-jwt-3.3.0.jar 、 jjwt-0.9.0.jar 、jackson-all-1.7.6.jar 或者maven <!-- https://mvnrepository.com/artifact/com.auth0/java-jwt --> <dependency> <grou 阅读全文
posted @ 2020-05-25 08:48 yvioo 阅读(2882) 评论(0) 推荐(0) 编辑
摘要: SpringBoot 整合Spring Security + JWT 实现前后端分离项目的认证授权参考 :https://www.cnblogs.com/pxblog/p/16180791.html 引入maven依赖 <!-- 放入spring security依赖 --> <dependency 阅读全文
posted @ 2020-05-24 19:42 yvioo 阅读(361) 评论(0) 推荐(0) 编辑
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 68 下一页