We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940680b commit d9b2ce0Copy full SHA for d9b2ce0
1 file changed
src/main/resources/database.xml
@@ -26,9 +26,14 @@
26
27
<tx:annotation-driven transaction-manager="transactionManager"/>
28
29
- <beans profile="dev,prod">
30
- <import resource="classpath:/datasource-dev.xml"/>
31
- </beans>
+ <beans profile="dev">
+ <import resource="classpath:/datasource-dev.xml"/>
+ </beans>
32
+
33
+ <beans profile="prod">
34
35
+ <!--<import resource="classpath:/datasource-prod.xml"/>-->
36
37
38
<beans profile="test">
39
<import resource="classpath:/datasource-test.xml"/>
0 commit comments