spring-boot-web-mvc-tiles3 icon indicating copy to clipboard operation
spring-boot-web-mvc-tiles3 copied to clipboard

localhost:8080/index.html not resolving

Open gitterjim-I opened this issue 8 years ago • 0 comments

Hi,

Using: STS-3.7.3, Java7, ubuntu

Cloned and imported project into eclipse as general java project. Converted to java faceted and then 'spring tools, update maven deps'. This enabled me to run as spring boot app (no explicit maven packaging).

'http://localhost:8080' gives me 'Whitelabel Error Page'. As does 'http://localhost:8080/index.html'

'http://localhost:8080/static/index.html' gives me 'Hello', as expected.

gitterjim-I avatar Jul 28 '16 20:07 gitterjim-I