Docker can easily build Nexus private warehouse and realize Maven private server

1, Foreword It is believed that domestic small partners have experienced too slow pull-down speed of Gradle, Maven and NPM. Our general approach is to configure Alibaba cloud Central warehouse . The acceleration problem can be solved in this way, but if the library within the team wants to upload and distribute, it is not appropriate to trans ...

Added by jrough on Thu, 27 Jan 2022 22:39:49 +0200

Raspberry pie 4B builds devops platform based on docker

background Deploy a set of devops platform with open source software container on raspberry PI4B, which can be used for normal R & D activities such as code management, warehouse management, project management, CICD and so on. prepare Hardware: Raspberry Pi 4B (8g version) OS: centos7.9 Basic environment: 19.03.8 IP: 10.0.1.155 ...

Added by xtopolis on Tue, 04 Jan 2022 21:23:03 +0200

The most complete nexus private server building process in history

preface maven private server is similar net package server Official website / version charge First, make complaints about the slow down of the official website. Address: https://www.sonatype.com/ Download address: https://www.sonatype.com/download-nexus-repo-oss Version / charge / free: there are two versions of Nexus Repositor ...

Added by MarineX69 on Thu, 30 Dec 2021 17:13:18 +0200

Maven Nexus Private Library Setup with idea Development Configuration

1. Set up Nexus private server Environment preparation: OS:        [root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core) JDK Installation Download address:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html        tar -xzf jdk1.8.0_121.tar.gz mkdir /usr/j ...

Added by alonso on Wed, 15 Jul 2020 19:21:43 +0300

Nexus 3.x creates a private repository and uploads jar packages using gradle

1, Create private warehouse 1. Open the Nexus homepage and log in, enter the setting interface, and click create 2. Select maven2 hosted warehouse 3. Enter the name of the created warehouse. If repeated deployment is allowed, you can change the Disable redeploy below to Allow Redeploy 2, Add private warehouse to Ma ...

Added by capella07 on Sun, 03 May 2020 16:28:12 +0300

Notes on learning Spring source code -- it is not difficult to download and compile Spring source code

Prerequisite preparation: JDK8+ IDEA Maven Download the source code: Visit the official website of spring.io, then go to Projects, click the kitten in the upper right corner, and download the Spring source code from Github! Choose a RELEASE version, I choose the RELEASE version of 5.2, choose ...

Added by maniac1aw on Sat, 14 Mar 2020 03:43:45 +0200

Chapter four nine analysis takes you to play linux - build DNS server by yourself

Catalog 1 DNS server installation 2 DNS server configuration 2.1 DNS server startup 2.2 DNS server status view 2.3 DNS server configuration 2.3.1 modify the / etc/named.conf file 2.3.2 modify the / etc/named.rfc1912.zones file 2.4 create / var/named/nexus.com.zone file 2.5 DNS server configuration check 2.6 DNS server profile permission modifi ...

Added by Develop_Sake on Tue, 07 Jan 2020 12:11:08 +0200

maven uses the setting.xml configuration file to configure the warehouse address

Only one image library can be configured. Alibaba's cloud address is used here, which is faster Upload a maven settings.xml configuration file: <?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" xsi:schemaLocation="http://maven.apa ...

Added by cmaclennan on Thu, 26 Dec 2019 21:04:02 +0200

Chapter Twelve Nine takes you through helm3 harbor with ease

This series of articles: Chapter 1: helm explodes easily in a minute Chapter II: helm Easy to Explode Public Warehouse Chapter III: helm Easy to Explode Private Warehouses Chapter IV: helm Easily Burst chart Chapter V: helm Blast release Easy Chapter VI: Nine analysis takes you through helm gitlab easily Chapter VII: Nine analysis takes you t ...

Added by genix2011 on Tue, 17 Dec 2019 21:24:53 +0200

The first SpringBoot plug-in - captures requests and supports Reissue

Getting started with SpringBoot plug-ins brief introduction Spring boot is used by the company, and swagger UI is used by the API framework, which is really good. However, a problem is found in the use process. When the current end is formally called, if there are more parameters, it is more difficult to simulate the request, or swagger UI can ...

Added by vladj on Thu, 24 Oct 2019 11:49:27 +0300