1. 포트 포워딩
2. ec2 용량 늘리기
https://m.blog.naver.com/jogilsang/221370362752
3. ubuntuㅇㅔ 크롬 설치
https://tecadmin.net/setup-selenium-chromedriver-on-ubuntu/
4. mysql 한글 설정
ALTER TABLE table_name convert to charset utf8;
5.크롬 드라이버 다운
https://tecadmin.net/setup-selenium-chromedriver-on-ubuntu/
6. 자바 11 우분투 설치하기
https://stackoverflow.com/questions/52504825/how-to-install-jdk-11-under-ubuntu
7. 버츄어박스 우분트 연결하기
https://www.youtube.com/watch?v=72A5KWq0kNE
-> 아파치 설치
'코딩 > 자바' 카테고리의 다른 글
mysql 테이블 생성 시 auto_increament 없을 때 (0) | 2020.01.12 |
---|---|
mybatis mysql insert Field 'id' doesn't have a default value error (0) | 2020.01.12 |
이클립스 함수 화면 이동 설정 (0) | 2018.10.15 |
@ResponseBody (0) | 2018.09.22 |
@Modelattribute @RequestParam 차이 (0) | 2018.09.22 |