@Configuration
public class RepositoryConfig
extends Object
Spring internal Configuration
- Autor:
- naturzukunft@mastodon.social
-
Konstruktorübersicht 
Konstruktoren
-
Methodenübersicht 
org.eclipse.rdf4j.repository.Repository
Gives you the Spring managed Bean of type Repository
.
-
Konstruktordetails 
-
RepositoryConfig 
public RepositoryConfig()
-
Methodendetails 
-
getRepository 
@Bean
public org.eclipse.rdf4j.repository.Repository getRepository()
Gives you the Spring managed Bean of type Repository
.
- Gibt zurück:
- The Spring managed Bean of type
Repository
.