Openclassrooms Project6
-
Une fois un compte a été créé, il faut mettre au moins 1€ dedans pour activer le compte.
-
Pour démarrer l'application, ajouter
application.properties
sousresources
:spring.jpa.database-platform=org.hibernate.dialect.MySQL8Dialect spring.jpa.hibernate.ddl-auto=update spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver spring.datasource.url=jdbc:mysql://localhost:3306/pay_my_buddy?createDatabaseIfNotExist=true&allowPublicKeyRetrieval=true&characterEncoding=utf8&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC spring.datasource.username=your_username spring.datasource.password=your_password spring.jpa.open-in-view=false server.error.whitelabel.enabled=false