일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- ojdbc
- mssql
- IntelliJ
- tcping
- mysql
- 스프링부트
- oracle
- Developer
- Tomcat #SpringFramework
- install
- springboot
- 스프링부트 #springboot #project #Intellij
- Maven
- sqldeveloper
- apache
- 환경변수
- SpringInitializer
- HATEOAS
- Web
- development
- SpringSecurity
- springboot #controller #jsp
- Database
- 웹개발
- RESTful
- undefined
- restapi
- postman
- Oracle11g
- 스프링시큐리티
Archives
- Today
- Total
목록System/Nexus Repository Manager (1)
여백에 도장 찍기
Install Nexus Repository Manager
1. Install Docker [root@localhost ~]# yum -y install yum-utils [root@localhost ~]# yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo [root@localhost ~]# yum -y install docker-ce [root@localhost ~]# systemctl enable docker & systemctl start docker 2. Running [root@localhost ~]# docker volume create --name nexus-data [root@localhost ~]# docker volume ls DRIVER V..
System/Nexus Repository Manager
2019. 2. 1. 14:22