All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nzabo.codegen.codegen-core.1.0-RELEASE.source-code.spring-context.xml Maven / Gradle / Ivy

The newest version!
<?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:context="http://www.springframework.org/schema/context"
       xsi:schemaLocation="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">
       <description>服务Spring全局配置</description>

       <!-- 采用注释的方式配置bean -->
       <context:annotation-config/>
       <!-- 配置要扫描的包 -->
       <context:component-scan base-package="com.github.lynzabo.codegen"/>
       <!-- 读入配置属性文件 -->
       <!--<context:property-placeholder location="classpath:db.properties"/>-->
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy