Annotation Type AutoConfigureTestDatabase

    • Optional Element Summary

      Optional Elements 
      Modifier and TypeOptional ElementDescription
      org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnectionconnection
      The type of connection to be established when replacing the data source.
      AutoConfigureTestDatabase.Replace

      Element Detail

        • connection

          org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection connection
          The type of connection to be established when replacing the data source. By default will attempt to detect the connection based on the classpath.
          Returns:
          the type of connection to use
          Default:
          org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection.NONE