We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c33fd0 commit b777948Copy full SHA for b777948
src/test/java/org/mybatis/spring/submitted/webapp_placeholder/WebappPlaceholderTest.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2010-2022 the original author or authors.
+ * Copyright 2010-2024 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
29
30
@ExtendWith(SpringExtension.class)
31
@WebAppConfiguration
32
-@SpringJUnitConfig(locations = "file:src/test/java/org/mybatis/spring/submitted/webapp_placeholder/spring.xml")
+@SpringJUnitConfig(locations = "classpath:org/mybatis/spring/submitted/webapp_placeholder/spring.xml")
33
class WebappPlaceholderTest {
34
35
@Autowired
0 commit comments