简体   繁体   中英

Does Running Spring Boot Microservices in Production requires a license for the embedded Tomcat server for big enterprises?

We have built some Microservices with Spring Boot (Using Spring Cloud Dependencies). Now as we know Spring Boot comes with an embedded Tomcat Server. Can it be deployed to production with the same embedded Tomcat Server. If we are running this in production for an big enterprise do we need a separate Tomcat license for these embedded Tomcat servers?

If you use microservices architecture, embedded tomcat is enough even in production.

Tomcat is open source, so you don't need lisences.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM