Rename embedded servlet tests

Rename `spring-boot-integration-tests-embedded-servlet-container` to
`spring-boot-server-tests`.

See gh-9316
This commit is contained in:
Phillip Webb
2017-08-05 08:51:28 -07:00
parent b6a83eb8f5
commit 455505a108
16 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
</properties>
<modules>
<module>spring-boot-devtools-tests</module>
<module>spring-boot-integration-tests-embedded-servlet-container</module>
<module>spring-boot-server-tests</module>
<module>spring-boot-launch-script-tests</module>
<module>spring-boot-security-tests</module>
</modules>