Skip to content

Instantly share code, notes, and snippets.

@mike-neck
Created August 1, 2014 11:46
Show Gist options
  • Save mike-neck/da686bbc7895217ae3c6 to your computer and use it in GitHub Desktop.
Save mike-neck/da686bbc7895217ae3c6 to your computer and use it in GitHub Desktop.
spring-bootでファイルベースのデータベースが自動に作られるというのが、derbyだと作られないというアレを踏み抜いた
spring:
datasource:
driverClassName: org.apache.derby.jdbc.EmbeddedDriver
url: jdbc:derby:/Users/mike/IdeaProjects/spring-boot/self/learning/database.db;create=true
username: sa
password: sa
jpa:
hibernate:
ddl-auto: update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment