Test XML, Web, & @TestPropertySource AOT support

See gh-28204, gh-28205
This commit is contained in:
Sam Brannen
2022-08-18 17:43:35 +02:00
parent 84c377965c
commit b0d65709ac
10 changed files with 541 additions and 31 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:p="http://www.springframework.org/schema/p"
xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="messageService" class="org.springframework.test.context.aot.samples.common.DefaultMessageService" />
</beans>