Files
eapim-admin/WebContent/WEB-INF/applicationContext-audit.xml
T
Rinjae c54ef1903f init
2025-09-05 17:16:26 +09:00

24 lines
1.1 KiB
XML

<?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"
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd
">
<bean
class="com.eactive.eai.rms.common.acl.audit.config.AuditLogConfiguration"></bean>
<bean id="auditPoints"
class="com.eactive.eai.rms.common.acl.audit.adapter.out.file.AuditPointsFactoryBean">
<property name="filePath" value="/WEB-INF/auditpoints.dat" />
</bean>
</beans>