Skip to content

Commit

Permalink
BAH-3842 | Add. Application Properties In API Resources (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun-Go authored Jun 6, 2024
1 parent 0db5c18 commit 1dda674
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/src/main/resources/moduleApplicationContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<context:component-scan base-package="org.openmrs.module.ipd.api"/>
<context:annotation-config/>
<context:property-placeholder location="classpath:application.properties"/>
<bean id="hibernateSlotDAO" class="org.openmrs.module.ipd.api.dao.impl.HibernateSlotDAO"/>
<bean id="slotServiceImpl" class="org.openmrs.module.ipd.api.service.impl.SlotServiceImpl"/>
<bean id="slotService" class="org.springframework.transaction.interceptor.TransactionProxyFactoryBean">
Expand All @@ -35,4 +36,4 @@
</property>
</bean>

</beans>
</beans>

0 comments on commit 1dda674

Please sign in to comment.