How to Run a Java Application Using MySQL DB on a Computer Without MySQL Installed?

倾然丶 夕夏残阳落幕 提交于 2019-12-01 01:56:41

Use derby database. It already included in JDK's db folder when you installed the Java on your computer.

If you purely want to use the database without using the MySql then simply using the collections to create database, then you doesn't need any other database client as like MySql. But you need knowledge of Hibernate, Spring etc.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!