valarchie / AgileBoot-Back-End

🔥 规范易于二开的全栈基础快速开发脚手架。🔥 采用Springboot + Vue 3 + Typescript + Mybatis Plus + Redis + 更面向对象的业务建模 + 面向生产的项目(非玩具项目)。你的 ⭐️ Star ⭐️,是作者更新的动力! 欢迎小伙伴PR,一起构建一个规范的全栈项目~😆
MIT License
1.82k stars 356 forks source link

数据库可以支持别的数据库么,如postgresql? #46

Closed edgeTurbo closed 1 year ago

edgeTurbo commented 1 year ago

数据库可以支持别的数据库么,如postgresql?

valarchie commented 1 year ago

框架是使用Mybatis Plus作为数据框架。 Mybatis Plus它是支持postgresql的

edgeTurbo commented 1 year ago

好的,十分感谢