GoogleCloudPlatform/getting-started-java

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.

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>