File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 11# Watson Spring Boot
22
3+ [ ![ Build Status] ( https://travis-ci.org/watson-developer-cloud/watson-spring.svg?branch=master )] ( https://travis-ci.org/watson-developer-cloud/watson-spring )
4+ [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.ibm.watson.developer_cloud/watson-spring/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.ibm.watson.developer_cloud/watson-spring )
5+ [ ![ CLA assistant] ( https://cla-assistant.io/readme/badge/watson-developer-cloud/watson-spring )] ( https://cla-assistant.io/watson-developer-cloud/watson-spring )
6+
37This project adds Spring Boot support for the Watson services.
48
59This means that you can now "auto-wire" any of the Watson services into your Spring Boot application
610using the standard Spring autoconfiguration framework.
711
12+ ## Usage
13+
814All you need to do is:
915
10161 . Add the Watson spring-boot-starter dependency to your Spring Boot app:
@@ -53,3 +59,27 @@ Here's an example using the Watson Conversation service:
5359
5460The Spring framework takes care of the rest. Your application can now simply start
5561using the service instance.
62+
63+ ## Open Source @ IBM
64+
65+ Find more open source projects on the [ IBM Github Page] ( http://ibm.github.io/ )
66+
67+ ## License
68+
69+ This library is licensed under Apache 2.0. Full license text is
70+ available in [ LICENSE] ( LICENSE ) .
71+
72+ ## Contributing
73+
74+ See [ CONTRIBUTING.md] ( .github/CONTRIBUTING.md ) .
75+
76+ ## Code of Conduct
77+
78+ See [ CODE_OF_CONDUCT.md] ( .github/CODE_OF_CONDUCT.md ) .
79+
80+ ### Other
81+
82+ If you are having difficulties using the APIs or you have a question about the IBM
83+ Watson Services, please ask a question on
84+ [ dW Answers] ( https://developer.ibm.com/answers/questions/ask/?topics=watson )
85+ or [ Stack Overflow] ( http://stackoverflow.com/questions/ask?tags=ibm-watson ) .
You can’t perform that action at this time.
0 commit comments