Upgrades to boot 2.4.0-SNAPSHOT

This commit is contained in:
spencergibb
2020-08-11 14:07:01 -04:00
parent 859f8d988c
commit c63f722e13
26 changed files with 147 additions and 27 deletions

View File

@@ -21,7 +21,7 @@ public class BootstrapClientApplicationTests {
@Test
public void contextLoads() throws Exception {
assertEquals(2, this.server.getTomcat().getMaxThreads());
assertEquals(2, this.server.getTomcat().getThreads().getMax());
// The application.yml is never read because spring.config.name=sample
assertEquals("application", this.server.getServlet().getApplicationDisplayName());
}