Springboot application does not see some resource files when I try to deploy to wildfly 10 in standalone mode.
When I run through gradle run (tomcat starts automatically), System.getProperty("java.class.path") contains the path
*****/build/classes/main On this path are Kong. mapping files and files, i.e. everything works in this mode (path)
When I try to deploy to wildfly, I only get
/home/***/servers/wildfly-9.0.1.Final/jboss-modules.jar How to set up the default project path to *****/build/classes/main? in wildfly *****/build/classes/main? Thank.
*****/build/classes/mainneed? If the application is deployed correctly, then no classpath is needed. - Sergey