Application is built using spring boot.My application uses application.yaml for external config .But when i am trying to add below config in application.yaml , application fails to start with error as tomcat is not valid.However similar equivalent config I have tried in another application with application.propeties it works there.
server:
port:8080
tomcat:
max-threads:500
accept-count:500
max-connections:10000
min-spare-threads:500