Hello *,
I migrate my current wicket app to spring boot version
(https://github.com/MarcGiffing/wicket-spring-boot).
So far it was straightforward. But now i experience a problem with inclusion of
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
</dependency>
It seems that the "restart / reload feature" of devtools loads my classes
multiple times, so that they are not equal anymore (x.class <> x.class).
I understand that this is happening. But i would like to know if there is
another option for me beside - removing spring-boot-devtools.
Would be nice to here from you
Thanks
Per
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]