pac4j
发表于|更新于
|浏览量:
对付邪恶的特效药,就是跟邪恶战斗。——泰戈尔
分享一个java安全框架


相关推荐
2023-12-17
spring-doc报错Unable to render this definition
心情愉快是肉体和精神的最佳卫生法。——乔治·桑 原因:自己修改了ByteArrayHttpMessageConverter的顺序。。。 解决方案: OpenAPI 3 Library for spring-boot 13.79. Why am i getting an error: Swagger UI unable to render definition, when overriding the default spring registered HttpMessageConverter?When overriding the default spring-boot registered HttpMessageConverter, you should have ByteArrayHttpMessageConverter registered as well to have proper springdoc-openapi support. 12converters.add(new ByteArrayHttpMessageConverter());converters...
2025-12-23
SmartTube
人生苦短,若虚度年华,则短暂的人生就太长了。——英国剧作家莎士比亚 SmartTube:在 Android TV 上,按你的规则畅看视频SmartTube 是一个专为 Android TV 和电视盒子打造的开源高级播放器,它的定位非常明确:不依赖 Google 服务、没有广告、集成 SponsorBlock、支持 8K/60fps/HDR,并提供友好的遥控器操作体验。项目的描述很直白——“Browse media content with your own rules on Android TV”(在 Android TV 上按你的规则浏览媒体内容),这恰好概括了它的独特价值。 项目主页:SmartTube 仓库官方网站:smarttubeapp.github.ioREADME(永久链接,便于核对信息来源):README.md@7847cf4 重要安全提示(来自 README)开发者曾公开说明其开发环境遭遇未知恶意软件感染,出于安全考虑共享了新的公钥与恢复备份的说明。应用本身使用一次性连接码,权限有限,但官方建议如有担忧可在 Google 账号安全...
2022-07-27
sql注入工具类
日出之美便在于它脱胎于最深的黑暗。——辛夷坞 在mybatis-plus中内置了该工具类: 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950/* * Copyright (c) 2011-2022, baomidou (jobob@qq.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, s...
2022-07-20
反射获取声明泛型工具类
和上帝一样聪明,和天才一样幼稚。——巴尔扎克《奥诺丽纳》 工具类: 1234567891011121314151617public static Type[] getGenericTypes(Type paramType) { Type type; for (type = paramType; type instanceof Class; type = ((Class<?>) type).getGenericSuperclass()) { if (Object.class.equals(type)) { Type[] genericInterfaces = ((Class<?>) type).getGenericInterfaces(); if (genericInterfaces.length > 0 && Objects.nonNull(genericInterfaces[0])) { ...
2021-11-16
simple-query
吾生也有涯,而知也无涯。——《庄子》 给Mybatis-Plus提交的PR又过了 https://gitee.com/baomidou/mybatis-plus/pulls/194 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148package com.baomidou.mybatisplus.extension.toolkit;import com.baomid...
2021-10-11
springboot项目打包后页面访问不到
不会宽容别人的人,是不配受到别人的宽容的。但是谁能说自己是不需要宽容的呢?——屠格涅夫 今天项目打包上线,有个页面死活找不到,报错500提示模板不存在 但在本地idea运行后又能访问到 首先我先找了下Controller和页面,粗略看了下,好像没啥问题 生成的target目录下也有 我本来还怀疑是nginx配置有问题,查看了下配置文件,并没有/admin的路径重写 然后我使用mvn package打成jar包后,即便是本地java -jar运行也是找不到该模板。。。 我再次逐句逐句查看代码 发现了问题所在: 这个地方和其他的Controller中跳转页面写的不一样,多了个杠!!! 最坑的就是,在idea中运行的项目能正确访问,到了线上就访问不到了,最后去掉这个杠就好了。。。

阿超
我的名字叫阿超 年龄25岁 家在北京市 职业是软件开发 每天最晚也会在八点前回家 不抽烟 酒浅尝辄止 晚上十二点上床 保证睡足八个小时 睡前写一篇博客 再做二十分钟俯卧撑暖身 然后再睡觉 基本能熟睡到天亮 像婴儿一样不留下任何疲劳和压力 就这样迎来第二天的早晨 健康检查结果也显示我很正常 我想说明我是一个不论何时都追求内心平稳的人 不拘泥于胜负 不纠结于烦恼 不树立使我夜不能寐的敌人 这就是我在这社会的生活态度
Follow Me公告
This is my Blog