将这些文件和MySQL连接器jar文件(如果需要)复制到您的WEB应用程序的WebContent \ WEB - INF \ lib文件夹。
Copy these files along with the MySQL connector jar file (if needed) in the WebContent \ WEB-INF \ lib folder of your Web application.
使用本地数据方法,不仅可以连接到数据库文件,而且还可以将数据库文件集成到您的应用程序中。
Using the local data approach, you can not only connect to a database file, but you can also integrate the database file into your application.
应用推荐