Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.25 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.25 KB

TomcatBoot

Unit Test OWASP Dependency Check

simple boot library of Tomcat

new TomcatBoot(8091, "/dockside").asDevelopment().bootAwait();

No need to shutdown previous process when you restart it.
Automatically shutdown before next process boot

Information

Maven Dependency

<dependency>
    <groupId>org.dbflute.tomcat</groupId>
    <artifactId>tomcat-boot</artifactId>
    <version>0.8.5</version>
</dependency>

if you use JSP

Add the jasper to your dependencies like this:

<dependency> <!-- for jsp -->
    <groupId>org.apache.tomcat</groupId>
    <artifactId>tomcat-jasper</artifactId>
    <version>9.0.19</version>
</dependency>

License

Apache License 2.0

Official site

comming soon...

Thanks, Friends

TomcatBoot is used by:

Deeply Thanks!