spring boot
文章平均质量分 57
珍朱(珠)奶茶
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用docker-compose部署Minio,并整合Spring boot实现文件上传
在centos系统中创建minio目录,将docker-compose.yaml文件放在minio目录下。原创 2023-12-12 14:09:18 · 1376 阅读 · 0 评论 -
使用Docker-compose + Nginx + Jenkins自动化部署项目
好了,今天休息正好整理一下,最近Jenkins从零到实战的使用,关于Jenkins介绍这里不在描述,详细介绍可以去看官网https://www.jenkins.io/,前两篇文章中并没有加入nginx来做反向代理,今天也引入nginx反向代理部署,网上大部分使用nginx docker镜像来部署,这里我使用的是linux系统本地部署nginx。原创 2023-01-14 22:55:08 · 472 阅读 · 0 评论 -
使用docker-compose + Jenkins pipeline流水线部署Spring boot项目
使用docker-compose + Jenkins pipeline流水线部署Spring boot项目原创 2023-01-09 22:58:00 · 990 阅读 · 0 评论 -
Consider injecting the bean as one of its interfaces or forcing the use of CGLib-based proxies by se
Consider injecting the bean as one of its interfaces or forcing the use of CGLib-based proxies by setting proxyTargetClass=true on @EnableAsync and/or @EnableCaching.原创 2022-12-13 11:47:56 · 1399 阅读 · 0 评论 -
spring boot + shiro 限制一个账号只有一个sessionid
shiro限制同一个账号只能有一个Session原创 2022-11-04 14:12:47 · 884 阅读 · 0 评论
分享