hey ,
changed my application.yml to
spring:
profiles:
active: dev
datasource:
driver-class-name: org.sqlite.JDBC
url:
jdbc:sqlite:E:\\DDD\\springboot.db
username:
password:
jpa-defer-datasource-initialization: true
but nothing changed :-(
updated the github with this change
** i noticed before my github project was not set to public so it is now..
** after Tim Holloway suggestion , i looked into the prefix and the naming convention ,
i managed to add prefix , but only after the HTE_ which seems to be coming from some other process ...