spring-boot-multitenant
spring-boot-multitenant copied to clipboard
Aspectjweaver issue
Getting the following issue while starting the app.
Archive for required library: 'C:/Users/murmohan/.m2/repository/org/aspectj/aspectjweaver/1.8.8/aspectjweaver-1.8.8.jar' in project 'multitenant' cannot be read or is not a valid ZIP file
Could you please help resolve it? Thanks!
I did a quick google search and came up with this. It might help you solve the issue. Let me know how it goes. Typically when an issue like this occurs I delete my .m2 folder or I would specifically dive into the proper repository and delete that one instead of the entire folder.
https://stackoverflow.com/questions/8857985/compiler-error-archive-for-required-library-could-not-be-read-spring-tool-su
try the above stackoverflow solution and see if it helps you any.