SpringBoot starter broken...
Closed this issue · 1 comments
lesv commented
I disabled testing and building of Spring-Boot getting started as testing has broken. I'll reenable when I return.
chanseokoh commented
Seems like the broken tests have been fixed by #303. Probably you can enable it now.
pom.xml
<module>helloworld-jsp</module>
<module>helloworld-servlet</module>
<!--
<module>helloworld-springboot</module>
-->
</modules>