그 웹이랑 디비랑 연결시키는거랑 같다~~! 초기에는 안적어놔서 일단 다 적어볼게요. 무조건 javaee에서 해야하는거 알지?? 먼저 라이브러리에 넣어주세요. 오라클8도 넣어줬어야하는거,, 알지,,? -- 긁어오는 주소 https://mybatis.org/mybatis-3/getting-started.html [리소스] 리스너에 넣을거 다 넣어주고 지울거 다 지워주교요 마이바티스에 들어가서 긁어와줍니다. String resource = "org/mybatis/example/mybatis-config.xml"; InputStream inputStream = Resources.getResourceAsStream(resource); SqlSessionFactory sqlSessionFactory = new Sq..