springboot代碼自動生成

在項目開始階段常常須要自動生成一批代碼,若是使用了mybatis則可使用mybatis plus就能夠生成mybatis相關代碼。不過常常項目中還有一些mvc代碼須要生成,好比說前端代碼、相關sql、swagger註解、權限註解等等。 下面提供一個代碼生成demo springboot集成vm自動生成前端代碼、controller、service、mybatis、sql等相關代碼,其中還包括swagger註解等。 gitee地址:https://gitee.com/lpxs/code-generator.git前端

相關文章
相關標籤/搜索