Languages
[Edit]
EN

Spring Boot - check Tomcat version (Maven command)

5 points
Created by:
Burhan-Boyce
458

In this short article, we would liek to show how to check Tomcat version in Spring Boot Web Application project using Maven command.

Quick solution (type in the command line):

Hint: to know how to check standalone Tomcat server version check this article.

 

Practical example

Edit

In this section, we use Spring Boot 3 project.

Simple steps:

  1. open command line in the project directory,
  2. run Maven command:

    Example console output (Tomcat dependencies):
    Used Tomcat version: 10.1.1

 

mvn dependency:tree command

Edit

In this section, we use mvn dependency:tree command on Spring Boot 3 project to show how dependencies looks. The command prints dependencies as tree.

Example console output:

 

See also

Edit
  1. Bash - how to check Tomcat server version?

Alternative titles

  1. Spring Boot - check Tomcat version (mvn command)
  2. Spring Boot - checking Tomcat version (Maven command)
  3. Spring Boot - checking Tomcat version (mvn command)
  4. Spring Boot - print Tomcat version (Maven command)
  5. Spring Boot - print Tomcat version (mvn command)
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join