Skip to content
Snippets Groups Projects
Commit 1472bd17 authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Disable bean definition and name change to be an example

parent febcc0bf
No related merge requests found
......@@ -39,7 +39,7 @@ public class CourseController extends AbstractController {
public static final Logger LOGGER = LoggerFactory.getLogger(CourseController.class);
@Autowired
@Autowired(required=false)
private ConnectorClient connectorClient;
@Autowired
......
......@@ -45,11 +45,11 @@
<!-- Example of connector client configuration -->
<!-- Uncomment bean definition to activate connector -->
<!-- -->
<bean id="moodleClient" scope="singleton" class="de.thm.arsnova.connector.client.ConnectorClientImpl">
<!--
<bean id="connectorClient" scope="singleton" class="de.thm.arsnova.connector.client.ConnectorClientImpl">
<property name="serviceLocation" value="${connector.uri}"></property>
<property name="username" value="${connector.username}"></property>
<property name="password" value="${connector.password}"></property>
</bean>
<!-- -->
-->
</beans>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment