일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- 리눅스
- 스프링부트 상속
- 외부 프로젝트 상속
- nexus repository
- 자바 프로그래밍
- oracle error
- 오라클 에러 정리
- bootjar 상속받기
- 유닉스
- iftables
- vm
- 인텔리제이
- 저장소
- HTTP
- 사설 저장소
- Nexus 3 Repository
- nexus3
- 리눅스 설치
- 오라클 에러
- jar 상속받기
- maven 저장소
- bootJar
- nexus maven
- 가상머신
- NFS 구축
- 오라클
- oracle
- java
- nfs
- vi명령어
- Today
- Total
목록전체 글 (41)
빽기의 코딩공부Story
■ Nexus 3 다운로드 help.sonatype.com/repomanager3/download Download Nexus Repository OSS is distributed with Sencha Ext JS pursuant to a FLOSS Exception agreed upon between Sonatype, Inc. and Sencha Inc. Sencha Ext JS is licensed under GPL v3 and cannot be redistributed as part of a closed source work. help.sonatype.com ■ FTP 전송 ■ 압축 풀기 $tar -xvf 파일명.tar ■ Nexus 3 실행 $ cd /opt/nexus-3.29.0-02/bin $...
■gradle 다운로드 gradle.org/releases/ Gradle | Releases Find binaries and reference documentation for current and past versions of Gradle. gradle.org ■ 압축 풀기 ■ 환경변수 설정 ■ 프로젝트 생성 /* * This file was generated by the Gradle 'init' task. * * This is a general purpose Gradle build. * Learn more about Gradle by exploring our samples at https://docs.gradle.org/6.7.1/samples */ plugins { id 'maven' } reposi..
■ Maven 설치 maven.apache.org/download.cgi Maven – Download Apache Maven Downloading Apache Maven 3.6.3 Apache Maven 3.6.3 is the latest release and recommended version for all users. The currently selected download mirror is https://downloads.apache.org/. If you encounter a problem with this mirror, please select another mirro maven.apache.org ■ 사용자경로 이동 ■ pom.xml 작성 4.0.0 com.example nexus-proxy..
■ 로그인 -> 설정 -> Repositories ■ Create repository 클릭 ■ hosted 생성 ■ Proxy 생성 ■ hosted 저장소 모듈 올리기 ■ 업로드 확인
■ 링크 접속 help.sonatype.com/repomanager3/download Download On this page you can download the most recent version of Nexus Repository Manager. If you're looking for older versions, visit the download archive. Also, you can access earlier back to version 3.0.0. help.sonatype.com ■ 다운로드 ■ 압축 해제 ■ cmd 관리자모드 실행 ■ nexus.exe 실행 ▶nexus.exe/install ▶nexus.exe/run ■nexus 3 접속 확인 기본 포트는 8081입니다. ■ 로그인 ■ 클릭 후..