You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I split my app in some modules and, instead of using the nested structure for submodules, I'm deploying them all and using the regular SBT dependency declaration.
The issue is that, as more than one of them depends on WebJar, there's a collision for reverse routing generated class. I thought about creating "wrappers" around WebJarAssets, inside different packages, and pointing the submodules route files to it, but my Scala skills are not that good. Any clue?
The text was updated successfully, but these errors were encountered:
I split my app in some modules and, instead of using the nested structure for submodules, I'm deploying them all and using the regular SBT dependency declaration.
The issue is that, as more than one of them depends on WebJar, there's a collision for reverse routing generated class. I thought about creating "wrappers" around WebJarAssets, inside different packages, and pointing the submodules route files to it, but my Scala skills are not that good. Any clue?
The text was updated successfully, but these errors were encountered: