Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些信息存储在 JBoss 7.1 附带的 h2 数据库中(可以通过修改 JBoss 配置中的standalone.xml 文件来激活),我想在我的 Web 应用程序客户端上操作这些信息。我该怎么做呢?
还是我需要在应用程序中创建内置实例并自己设置所有驱动程序?
结果是微不足道的答案!
像任何普通的 MySQL 数据库一样使用 jdbc 连接器对其进行修改。请记住将 h2 连接驱动程序添加到您的 lib 或 maven 文件夹中。