MyBatis - Generator 를 처음 알 게 되 었 습 니 다.

자세 한 내용 은 다음 과 같 습 니 다: http://www.mybatis.org/generator/quickstart.html
my batis - generator - core - x. x. jar 에 프로필 을 추가 하여 생 성 합 니 다.
1. 프로필 만 들 기 D: \ temp \ test. xml  (상세 설정 은 홈 페이지 참조)
설명: connection URL 의 jdbc:sqlserver://192.168.xx.xx:포트databaseName=WicherTest
사용 하 는 sqlserver, 192.168. xx. xx: 포트 는 sqlserver 서버 가 있 는 ip 및 검색 포트 를 표시 합 니 다.
WicherTest 는 데이터베이스 이름 으로 기억 합 니 다. databaseName 키 워드 는 앞의 구분자 와 분점 (;) 입 니 다. 자신 이 잘못 쓴 적 이 있 습 니 다. 결 과 는...
//*******************************************************************
br> PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" "http://mybatis.org/dtd/mybatis-generator-config_1_0.dtd">
connectionURL="jdbc:sqlserver://192.168.xx.xx:포트; databaseName = WicherTest "userId =" wicher "password =" wicherpasswd "> enableCountByExample =" false "enableUpdateByExample =" false "enableDeleteByExample =" false "enableSelectByExample =" false "selectByExampleQueryId =" false ">
//*******************************************************************
2. my batis - generator - core - 1.3.6. jar 가방 다운로드 (maven 을 통 해 다운로드 한 버 전 은 1.3.6)
  경로:    C:\Users\wicher\.m2\repository\org\mybatis\generator\mybatis-generator-core\1.3.6
maven 의 pom. xml 가 추가 되 었 습 니 다.
org.mybatis.generator mybatis-generator-maven-plugin 1.3.6
3. DOS 명령 실행
java -jar C:\Users\wicher\.m2\repository\org\mybatis\generator\mybatis-generator-core\1.3.6\mybatis-generator-core-1.3.6.jar -configfile D:\temp\test.xml -overwrite
D:\WorkTest\wicherspringmfcfirst\src\main\java ,



다음으로 전송:https://www.cnblogs.com/Wicher-lsl/p/10843579.html

좋은 웹페이지 즐겨찾기