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

org.springframework.mock.jndi.package-info Maven / Gradle / Ivy

There is a newer version: 6.1.13
Show newest version
/**
 * The simplest implementation of the JNDI SPI that could possibly work.
 *
 * 

Useful for setting up a simple JNDI environment for test suites * or stand-alone applications. If, for example, JDBC DataSources get bound to the * same JNDI names as within a Java EE container, both application code and * configuration can be reused without changes. */ @NonNullApi @NonNullFields package org.springframework.mock.jndi; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy