螃蟹横着走-JoyCode 编程小战-第41页
螃蟹横着走的头像-JoyCode 编程小战
徽章-人气佳作-JoyCode 编程小战徽章-表示赞同-JoyCode 编程小战徽章-原创达人-JoyCode 编程小战6枚徽章江西省南昌市管理员
我不入地狱,谁入地狱?

Spring Cloud与Spring Boot版本对应问题

Spring Cloud与Spring Boot版本对应问题-JoyCode 编程小战
官方版本对应信息(json格式): https://start.spring.io/actuator/info 参考: SpringBoot与SpringCloud的版本对应详细版
4年前
50

Sprig Cloud Sentinel

Sprig Cloud Sentinel-JoyCode 编程小战
参考: Sentinel介绍与使用再见 Feign!推荐一款微服务间调用神器,跟 SpringCloud 绝配!
4年前
10

nacos应用启动报错的问题

nacos应用启动报错的问题-JoyCode 编程小战
1.4.0版本 单机模式下 错误:code:503,msg:server is DOWN now, please try again later! 解决办法:删除掉nacos server的data下所有文件即可。
4年前
20

nacos负载均衡

nacos负载均衡-JoyCode 编程小战
参考: 微服务实战(七)实现服务负载均衡 - SpringCloud GateWay + Nacos + Robin
4年前
20

ServletContainerInitializer

ServletContainerInitializer-JoyCode 编程小战
参考: Servlet3.0 - ServletContainerInitializer注册JAVA组件 ServletContainerInitializer在SpringBoot中的使用
4年前
10

Spring优秀开源项目

Spring优秀开源项目-JoyCode 编程小战
Rocket-Api https://gitee.com/alenfive/rocket-api springboot-plus https://gitee.com/xiandafu/springboot-plus SpringBlade https://gitee.com/smallc/SpringBlade spring-boot-pay https:/...
4年前
10

Spring Boot整合minio

Spring Boot整合minio-JoyCode 编程小战
参考: SpringBoot整合minio快速入门 SpringBoot 2.x 开发案例之整合MinIo文件服务 SpringBoot+Minio实现上传凭证、分片上传、秒传和断点续传
4年前
10

CentOS 7使用NTP校时

CentOS 7使用NTP校时-JoyCode 编程小战
安装ntp服务: yum install ntp ntpdate -y; systemctl restart ntpd; systemctl enable ntpd; firewall-cmd --permanent --add-service=ntp && firewall-cmd --reload; 参考: [Linux]...
4年前
60

mac安装oh my zsh

mac安装oh my zsh-JoyCode 编程小战
参考: oh my zsh mac 安装方法
4年前
10

木兰宽松许可证, 第2版

木兰宽松许可证, 第2版-JoyCode 编程小战
木兰宽松许可证, 第2版 木兰宽松许可证, 第2版 2020年1月 http://license.coscl.org.cn/MulanPSL2 您对“软件”的复制、使用、修改及分发受木兰宽松许可证,第2版(“本许可证”)的如下...
4年前
20

Redis图形客户端

Redis图形客户端-JoyCode 编程小战
Another Redis Desktop Manager 免费开源的Redisk客户端 github: https://github.com/qishibo/AnotherRedisDesktopManager 点此下载
4年前
20

JetBrains 全家桶激活(更新2020.3)

JetBrains 全家桶激活(更新2020.3)-JoyCode 编程小战
BetterIntelliJ插件激活,请使用下面的激活码: BISACXYELK-eyJsaWNlbnNlSWQiOiJCSVNBQ1hZRUxLIiwibGljZW5zZWVOYW1lIjoiQ2hpbmFOQiIsImFzc2lnbmVlTmFtZSI6IiIsImFzc2lnbmVlRW1haWwiOiIiLCJsaWNl...
4年前
60

maven一个模块生成多个jar包

maven一个模块生成多个jar包-JoyCode 编程小战
参考: maven 一个模块生成多个jar包
4年前
30

免费的流程图绘制软件

免费的流程图绘制软件-JoyCode 编程小战
官网:https://www.diagrams.net/ 直接在线使用: https://app.diagrams.net/ 桌面版下载: https://github.com/jgraph/drawio-desktop/releases
4年前
20

免费的企业级报表

免费的企业级报表-JoyCode 编程小战
积木报表: http://www.jimureport.com/ BIRT: http://www.eclipse.org/birt/ jasperReport https://community.jaspersoft.com/ BIRT https://github.com/eclipse/birt jxls http://jxls.source...
4年前
10

nacos 1.4安装

nacos 1.4安装-JoyCode 编程小战
官网:https://nacos.io/ 安装,以1.4.0版为例: github下载:https://github.com/alibaba/nacos/releases/download/1.4.0/nacos-server-1.4.0.tar.gz 点此下载 解压缩: tar -zxvf nacos-serve...
4年前
70

maven-jetty-plugin使用

maven-jetty-plugin使用-JoyCode 编程小战
jdk 1.8开发使用v9的版本: <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-maven-plugin --> <plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>...
4年前
20

mac上好用的ssh终端

mac上好用的ssh终端-JoyCode 编程小战
electerm https://github.com/electerm/electerm terminus https://github.com/Eugeny/terminus Terminus https://www.termius.com/
4年前
20

maven多环境配置

maven多环境配置-JoyCode 编程小战
参考: Maven多环境配置maven多环境打包配置Maven实现多环境配置切换
4年前
10

Spring Security 权限控制

Spring Security 权限控制-JoyCode 编程小战
重要配置类: org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter 配置指定用户可访问: package cn.com.joycode.nimble.demo; import org.sprin...
4年前
40