Michail Michailidis
Michail Michailidis
This might be interesting to some: https://github.com/zifnab87/spring-boot-rest-api-helpers
Hi @ashleyfrieze! Thanks for the quick response! What I am trying to do is integrate it with IntelliJ so I can select and run a specific test without changing the...
Exactly!! I hope other people share the same view with me :) Otherwise one would have to split those suits to two separate Test Classes which already are a grouping...
Ha! Currently I am not under any management myself especially considering the technologies I've picked to work with :) What I was trying to say is that this thought would...
@greghaskins, @ashleyfrieze so I tried doing what you suggested.. Unfortunately a lot of my dependencies that are private would need to be put as public everywhere.. so all the inner...
I am able to make `@Autowired` dependencies work already.. you mean they will stop working in next releases? I already have parent classes and it seems that things get very...
sure! Keep in mind that have 130+ tests currently that are integration tests due to the fact that I run against an in memory graph database instead of disk-based one.....
About Method 1: what happens when someone doesn't have any config like my case.. Spring / Spring Boot / Spring Boot Test is moving towards removing config files and going...
@amit-gshe I didn't create a pull request since what I did is really messy and hacky - here is the diff from my old fork: https://github.com/monitorjbl/json-view/compare/master...zifnab87:master
This still happened for me with version vue 2.5.17, vue-router 3.0.1 - I used this code (with minor changes from @yuxizhe and @Aymkdn) in created() - it should work in...