Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 569 Bytes

File metadata and controls

21 lines (15 loc) · 569 Bytes

GenerateToString

Generate override toString after Hibernate reverse engeering

使用Python3撰寫 GenerateToString 自動幫Hibernate code generate後產生toString於VO上

GenerateDAOForSpringDataJPA 自動產生DAO與Service

先下載安裝python3 https://www.python.org/downloads/

GenerateToString: 檔案下載調整__init__的內容 於cmd執行python GenerateToString.py

GenerateDAOForSpringDataJPA: 先建立 dao 與service package 後 調整__init__的內容 於cmd執行python GenerateDAOForSpringDataJPA.py 於IDE中請Refresh才看的到檔案產生