java
文章平均质量分 67
typ2004
这个作者很懒,什么都没留下…
展开
-
rabbitmq安装攻略(redhat/centos)
Rabbitmq安装攻略关于Rabbitmq的安装方法,直白说就是先装erlang,再装rabbitmq,但是很多人依然费心费力。本文以redhat7环境为例,提供一种方法解决大家的痛苦(其实就是搬运自官网https://www.rabbitmq.com/download.html,其中redhat linux见https://www.rabbitmq.com/install-rpm.html)。一、安装ErlangInstall ErlangBefore installing Rabb原创 2021-01-05 10:36:49 · 477 阅读 · 0 评论 -
jar中没有主清单属性-maven
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.8<...原创 2020-09-17 15:58:20 · 423 阅读 · 0 评论 -
Springboot、Nginx、Python、DB等官方中文文档仓库
Springboot、Nginx、Python、DB等文档仓库https://github.com/docs4dev/docs4dev原创 2020-08-09 13:19:14 · 150 阅读 · 0 评论 -
eclipse默认的repo.maven.apache.org/maven2太慢-替换为aliyun源解决
eclipse操作步骤:window=>左侧maven选项-User Settings,创建一个包含下面内容的xml文件,设置之,apply,重启IDE,感受吧!!!<?xml version="1.0" encoding="UTF-8"?><settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...原创 2020-07-27 17:32:22 · 1885 阅读 · 0 评论