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

com.github.obase.config.spring.DsnNamespaceHandler Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.github.obase.config.spring;

import org.springframework.beans.factory.xml.NamespaceHandlerSupport;

public class DsnNamespaceHandler extends NamespaceHandlerSupport {

	@Override
	public void init() {
		registerBeanDefinitionParser("application-properties", new ApplicationPropertiesBeanDefinitionParser());
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy