getgauge-examples / ioc-spring

Sample Gauge project that uses Spring with Gauge
http://getgauge.io
12 stars 8 forks source link

[Question]: Is it possible to use the application.yml from Spring for configuration? #3

Open munichbughunter opened 4 years ago

munichbughunter commented 4 years ago

Hi,

I found your cool demo. But I have a question. Is it possible to make the configuration via application.yml from Spring Boot? Could you provide an example?

Actual I don`t find a way to get it run.

sriv commented 4 years ago

hi, apologies for the very late response.

This example uses Spring Framework, not Spring Boot.

Perhaps you could fork this project (or start a new one) with spring boot and whatever you tried to get it to run? We can then help troubleshoot it. Would that be ok?

munichbughunter commented 4 years ago

I will set up a small example