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