23 lines
940 B
XML
23 lines
940 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
xmlns:mvc="http://www.springframework.org/schema/mvc"
|
|
xmlns:p="http://www.springframework.org/schema/p"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:aop="http://www.springframework.org/schema/aop"
|
|
xmlns:util="http://www.springframework.org/schema/util"
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
|
http://www.springframework.org/schema/beans/spring-beans.xsd
|
|
http://www.springframework.org/schema/mvc
|
|
http://www.springframework.org/schema/mvc/spring-mvc.xsd
|
|
http://www.springframework.org/schema/util
|
|
http://www.springframework.org/schema/util/spring-util.xsd">
|
|
|
|
|
|
<util:list id="subDataSourceStatistik">
|
|
<value>unitKerjaPegawai</value>
|
|
<value>kelompokJabatanPegawai</value>
|
|
<value>statusPegawai</value>
|
|
<value>genderPegawai</value>
|
|
</util:list>
|
|
|
|
</beans> |