這篇文章主要講解了“如何使用screw一鍵生成數(shù)據(jù)庫文檔”,文中的講解內(nèi)容簡單清晰,易于學(xué)習(xí)與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學(xué)習(xí)“如何使用screw一鍵生成數(shù)據(jù)庫文檔”吧!
網(wǎng)站建設(shè)哪家好,找創(chuàng)新互聯(lián)公司!專注于網(wǎng)頁設(shè)計(jì)、網(wǎng)站建設(shè)、微信開發(fā)、成都小程序開發(fā)、集團(tuán)企業(yè)網(wǎng)站建設(shè)等服務(wù)項(xiàng)目。為回饋新老客戶創(chuàng)新互聯(lián)還提供了布爾津免費(fèi)建站歡迎大家使用!
配置pom文件
4.0.0 org.springframework.boot spring-boot-starter-parent 2.2.9.RELEASE com.bee screw-demo 0.0.1-SNAPSHOT screw-demo Screw Demo for Spring Boot 1.8 org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter-test test org.junit.vintage junit-vintage-engine cn.smallbun.screw screw-core 1.0.4 org.springframework.boot spring-boot-maven-plugin cn.smallbun.screw screw-maven-plugin 1.0.4 com.zaxxer HikariCP 3.4.5 mysql mysql-connector-java 8.0.20 root 123456 com.mysql.cj.jdbc.Driver jdbc:mysql://localhost:3306/db_mybatis HTML false freemarker 數(shù)據(jù)庫文檔生成 1.0.0 數(shù)據(jù)庫文檔 compile run
配置數(shù)據(jù)源
src/main/resources/application.properties
spring.datasource.url=jdbc:mysql://localhost:3306/db_mybatis?useUnicode=true&characterEncoding=UTF-8&useSSL=false spring.datasource.usename=root spring.datasource.password=123456 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.xa.properties.useInformationSchema=true
IDEA中運(yùn)行
Eclipse中運(yùn)行
處理POM配置文件中的錯誤(也可以不管這個錯誤,直接運(yùn)行)
運(yùn)行
在Goals中輸入:screw:run
感謝各位的閱讀,以上就是“如何使用screw一鍵生成數(shù)據(jù)庫文檔”的內(nèi)容了,經(jīng)過本文的學(xué)習(xí)后,相信大家對如何使用screw一鍵生成數(shù)據(jù)庫文檔這一問題有了更深刻的體會,具體使用情況還需要大家實(shí)踐驗(yàn)證。這里是創(chuàng)新互聯(lián),小編將為大家推送更多相關(guān)知識點(diǎn)的文章,歡迎關(guān)注!