Skip to content

Commit 3d531e0

Browse files
committed
provide custom name for ProfileController bean
to disambiguate from the profileController defined in org/springframework/data/rest/webmvc/RestControllerConfiguration.class, which is used by the rdf4j sparql endpoint package
1 parent a3e915e commit 3d531e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/nl/dtls/fairdatapoint/api/controller/profile/ProfileController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import static nl.dtls.fairdatapoint.util.ValueFactoryHelper.i;
4242

4343
@Tag(name = "Client")
44-
@RestController
44+
@RestController("fdpProfileController")
4545
@RequestMapping("/profile")
4646
public class ProfileController {
4747

0 commit comments

Comments
 (0)