https://maven.apache.org/index.html


mvn -v
The JAVA_HOME environment variable is not defined correctly,
this environment variable is needed to run this program.
-> 에러가 나서 JAVA_HOME의 path 경로를 실제있는 곳으로 설정하니 잘 나왔다.


이렇게 기본 형식을 만들어줬다.
cmd애서 mvn compile하면 된다
https://mvnrepository.com/artifact/com.google.code.gson/gson

repository안에 있는 거는 다 삭제해도 mvn이 알아서 다시 필요한 거는 채워줌

https://mvnrepository.com/artifact/com.mysql/mysql-connector-j
https://mvnrepository.com/artifact/org.mybatis/mybatis
reflectionAPI -> private여도 접근가능
MybatisBasic