borysn / spring-boot-angular2

spring boot backend, angular2 frontend with webpack, typescript, sass, bootstrap4, karma, jasmine
MIT License
387 stars 221 forks source link

refactoring #8

Closed borysn closed 8 years ago

borysn commented 8 years ago

When refactoring java packages/classes, there is a chance of refactoring angular2 typescript variables under src/main/web/app/...

Currently, I am unsure of how to prevent refactoring of the web directory. Ideally you would develop/ship the angular and spring-boot components separately, but for the sake of rapid prototyping, I'd like to get that figured.

Any suggestions would be great here!

borysn commented 8 years ago

I'm going to move this into the wiki as a general recommendation.