nuecho / rivr

Rivr is a lightweight open-source dialogue engine enabling Java developers to easily create enterprise-grade VoiceXML applications.
http://rivr.nuecho.com
Other
61 stars 23 forks source link

Spring boot maven based Rivr sample #10

Closed D41138761 closed 3 years ago

D41138761 commented 3 years ago

we are trying to build application to generate voicexml using Spring Boot, looks like sample rivr-cookbook is not working or not loading the dialogue class. Can you please share sample spring boot - maven based project ?

gawi commented 3 years ago

What have you tried so far? Can you share it here? Also, can you be more specific when you say that the dialogue class is not loading?

I've done multiple projects using Spring Boot. I'm mostly using Gradle and not Maven though.

D41138761 commented 3 years ago

we made it work in Spring boot maven, thanks

gawi commented 3 years ago

Great!