일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Database
- ojdbc
- Oracle11g
- 스프링부트
- mysql
- Maven
- development
- sqldeveloper
- Tomcat #SpringFramework
- install
- tcping
- restapi
- oracle
- IntelliJ
- postman
- 웹개발
- Developer
- apache
- springboot #controller #jsp
- springboot
- mssql
- 환경변수
- 스프링시큐리티
- undefined
- SpringSecurity
- HATEOAS
- Web
- RESTful
- 스프링부트 #springboot #project #Intellij
- SpringInitializer
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