Class EmbeddedMySQLBootstrapConfiguration

    • Constructor Detail

      • EmbeddedMySQLBootstrapConfiguration

        public EmbeddedMySQLBootstrapConfiguration()
    • Method Detail

      • mysql

        @Bean(name="embeddedMySQL",
              destroyMethod="stop")
        public org.testcontainers.containers.MySQLContainer mysql​(org.springframework.core.env.ConfigurableEnvironment environment,
                                                                  MySQLProperties properties)