我有一个在 Wicket-Spring 框架中开发的应用程序。我想使用 Spring 框架的
AbstractRoutingDataSource
API 来实现动态数据库路由。我使用 AbstractRoutingDataSource
在 Sprinbgoot 中开发了小型包装应用程序,运行良好。
现在,我的要求是我必须将该 Springboot 解决方案集成到现有应用程序“Wicket-Spring”中。在搜索 Springboot 对 Wicket 的支持后。我得到了这个链接:https://dzone.com/articles/enhance-wicket-with-spring-boot。但是,我仍然无法将我在 Springboot 中开发的解决方案集成到 Wicket-Spring 应用程序中。
提前致谢。非常感谢任何有关它的指导和指导。
您可能想查看 https://github.com/MarcGiffing/wicket-spring-boot 项目。 您可以使用它来创建新应用程序或作为如何将 Spring-Boot 与 Apache Wicket 粘合在一起的灵感。
我有一个问题,如何使用 java -jar 从终端启动。
因为当我启动 spring-boot-wicket 工件时,我无法从终端启动它,所以我收到一个奇怪的错误 org.apache.wicket.WicketRuntimeException: java.nio.file.NoSuchFileException: d:/home/opt//artemide/artemide-wicket-web-1.0.0.jar 在 org.wicketstuff.rest.utils.mounting.PackageScanner.scanPackage(PackageScanner.java:80) 怎么解决?