We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
unable run using mvnw spring-boot:run
The text was updated successfully, but these errors were encountered:
refer sm-shop/src/test/resources/database.properties
if you use mysql create database salesmanager and create a file sm-shop/src/main/resources/database.properties
db.jdbcUrl=jdbc:mysql://:3306/salesmanager?autoReconnect=true&serverTimezone=UTC&useUnicode=true&characterEncoding=UTF-8 db.user=???? db.password=????? db.driverClass=com.mysql.cj.jdbc.Driver hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect db.preferredTestQuery=SELECT 1 hibernate.hbm2ddl.auto=update db.show.sql=true db.schema=salesmanager db.initialPoolSize=4 db.minPoolSize=4 db.maxPoolSize=8
Sorry, something went wrong.
Solved issue Application finished with exit code: 1 shopizer-ecommerc…
cf78ca1
…e#917
Add files via upload
49ad01e
Solved issue Application finished with exit code: 1 shopizer-ecommerce#917
No branches or pull requests
unable run using mvnw spring-boot:run
The text was updated successfully, but these errors were encountered: