springcloud-community / springcloud-comment

0 stars 0 forks source link

post/2022-09/spring-boot--wildfly/ #7

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

How to Deploy Spring Boot Applications to WildFly Application Server - Spring Cloud

Learn how to deploy a Spring Boot application to the WildFly application server.

https://www.springcloud.io/post/2022-09/spring-boot--wildfly/

ShivanKKP commented 1 year ago

https://stackoverflow.com/questions/71018671/handler-java-util-logging-consolehandler-is-not-defined-when-deploying-spring

"So appears Wildfly is looking for the configuration in application.properties : logging.level.root=info which seems to solve the problem"

codeeer commented 7 months ago

Wildfly also does not read the values in the application yaml. For example, I set the context path, but it does not receive this value. The same does not apply to Tomcat.