spring-boot-cache-test
| Spring Framework のキャッシュ抽象化を使用するアプリケーションをテストします。 |
spring-boot-data-cassandra-test
| Spring Data、Cassandra を使用するアプリケーションのテスト。@DataCassandraTest テストスライスを提供します。 |
spring-boot-data-couchbase-test
| Spring Data、Couchbase を使用するアプリケーションのテスト。@DataCouchbaseTest テストスライスを提供します。 |
spring-boot-data-elasticsearch-test
| Spring Data、Elasticsearch を使用するアプリケーションのテスト。@DataElasticsearchTest テストスライスを提供します。 |
spring-boot-data-jdbc-test
| Spring Data JDBC を使用するアプリケーションをテストします。@DataJdbcTest テストスライスを提供します。 |
spring-boot-data-jpa-test
| Spring Data JPA を使用するアプリケーションをテストします。@DataJpaTest テストスライスを提供します。 |
spring-boot-data-ldap-test
| Spring Data LDAP を使用するアプリケーションをテストします。@DataLdapTest テストスライスを提供します。 |
spring-boot-mongodb-test
| Spring Data MongoDB を使用するアプリケーションをテストします。@DataMongoTest テストスライスを提供します。 |
spring-boot-data-neo4j-test
| Spring Data JPA を使用するアプリケーションをテストします。@DataNeo4jTest テストスライスを提供します。 |
spring-boot-data-r2dbc-test
| Spring Data R2DBC を使用するアプリケーションをテストします。@DataR2dbcTest テストスライスを提供します。 |
spring-boot-data-redis-test
| Spring Data、Redis を使用するアプリケーションのテスト。@DataRedisTest テストスライスを提供します。 |
spring-boot-graphql-test
| Spring GraphQL を使用するアプリケーションをテストします。@GraphQlTest テストスライスを提供します。 |
spring-boot-jdbc-test
| Spring JDBC を使用するアプリケーションをテストします。@JdbcTest テストスライスを提供します。 |
spring-boot-jooq-test
| jOOQ を使用するアプリケーションをテストします。@JooqTest テストスライスを提供します。 |
spring-boot-jpa-test
| JPA を使用するアプリケーションをテストします。 |
spring-boot-micrometer-metrics-test
| Micrometer メトリクスを使用するアプリケーションをテストします。 |
spring-boot-micrometer-tracing-test
| Micrometer トレースを使用するアプリケーションをテストします。 |
spring-boot-restclient-test
| REST クライアントを使用するアプリケーションをテストします。@RestClientTest テストスライスを提供します。 |
spring-boot-security-test
| Spring Security を使用するアプリケーションをテストします。 |
spring-boot-webclient-test
| WebClient を使用するアプリケーションをテストします。@WebClientTest テストスライスを提供します。
|
spring-boot-webflux-test
| Spring、WebFlux を使用するアプリケーションのテスト。@WebFluxTest テストスライスを提供します。 |
spring-boot-webmvc-test
| Spring、Web MVC を使用するアプリケーションをテストします。@WebMvcTest テストスライスを提供します。 |
spring-boot-webservices-test
| Spring Web Services を使用するアプリケーションのテスト。@WebServiceClientTest および @WebServiceServerTest テストスライスを提供します。 |