Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 896 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 896 Bytes

Hungry Dog

리팩토링 완료 : https://github.com/Nam-Ki-Bok/HungryDog-Refactoring


환경 구축

게임 결과를 데이터베이스에 저장 해 읽어 온다.

따라서 mysql-connector 가 필요한데 자신의 MySQL 버전에 맞는 connector 를 다운받자.

mysql connector

다운을 받았다면 위와 같이 프로젝트 우클릭 → Build Path → Configure Build Path... 를 클릭


Build Path

Modulepath 를 클릭 한 뒤 오른쪽 Add External JARs 를 클릭 해 자신이 다운받은 mysql-connector ~ .jar 을 추가하자.