Error with shinyproxy-2.0.0

Hi all,

I have just change application.yml with the right name attributes for the new version 2.0.0 and i get this error:

Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.
2018-08-01 13:40:54.048 ERROR 19305 — [ main] o.s.boot.SpringApplication : Application run failed

org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘xmlModelPlugin’: Lookup method resolution failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [springfox.documentation.schema.XmlModelPlugin] from ClassLoader [org.springframework.boot.loader.LaunchedURLClassLoader@687080dc]

The application run with version 1.1.1 but not with 2.0.0 ?
@+

Hi @pobsteta,

Please note that with ShinyProxy 2.0, the configuration structure has changed.
Most notably:

shiny:
  proxy:
    ...
  apps:
    ...

Has changed into:

proxy:
  ...
  specs:
    ...

For more information, refer to https://www.shinyproxy.io/configuration/

@pobsteta: would recommend to use 2.0.1 now (just released).