Gatling Questions

Hi All,

Please answer my questions its very urgent

Whether gatling setup dependencies can be added with in spring?

Whether gatling works only after adding scala plugin?
Without using scala pluging can be use gatling testing environment in eclipse?
Which is the best approach first(Create a Scala from our project and write load test scenarios using its Scala DSL) or second(Record test scenarios using Recorder)?
Can we embed scala project gatling within spring java rest api project or whether its needs an seperate scala poject with gradle dependency?
Using scala project how and where to provide the rest api url?
Using scala project how and where to provide url request(same user, consistent load, request 100) and performance counter configuration?
How to provide outh authentication in gatling?