Skip to content

Commit db5c295

Browse files
author
Mike Kistler
committed
README updates
1 parent 10c0194 commit db5c295

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
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+
37
This project adds Spring Boot support for the Watson services.
48

59
This means that you can now "auto-wire" any of the Watson services into your Spring Boot application
610
using the standard Spring autoconfiguration framework.
711

12+
## Usage
13+
814
All you need to do is:
915

1016
1. 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

5460
The Spring framework takes care of the rest. Your application can now simply start
5561
using 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).

0 commit comments

Comments
 (0)