-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why am I okay with the first few steps, but there is an error when executing mvnw spring-boot:run and WON'T START.the environment is MY MAVEN VERSION 3.6.3 JAVA VERSION IS 11 #891
Comments
Read the README file for how to build. |
downloaded latest shopizer and did the following found install succeeded, run is fine, http://localhost:8080/ listening |
The error I was facing was related to the database.properties file not found. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors (PostProcessorRegistrationDelegate.java:183) ~[spring-contex t-5.3.18.jar:5.3.18] So I resolved it by adding database.properties file in sm-shop . Follow https://shopizer-ecommerce.github.io/documentation/configuration/database.html website and add following in database.properties db.jdbcUrl=jdbc:mysql://localhost:3306/SALESMANAGER?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 db.schema=SALESMANAGER Make sure to replace it with your database and also you will need to create a database named SALESMANAGER. After that follow steps from readme file: cd shopizer |
Have you solve?? Same Issue facing |
[ERROR] Failed to execute goal on project sm-shop: Could not resolve dependencies for project com.shopizer:sm-shop:jar:3.2.5: Failed to collect dependencies at com.shopizer:sm-core:jar:3.2.5: Failed to read artifact descriptor for com.shopizer:sm-core:jar:3.2.5: Could not transfer artifact com.shopizer:sm-core:pom:3.2.5 from/to spring-releases (https://repo.spring.io/libs-release): Not authorized , ReasonPhrase:. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
The text was updated successfully, but these errors were encountered: