Open shimodatkh opened 8 years ago
C:\Program Files\PostgreSQL\9.4\bin psql.exe -U postgres
create role mrs login
encrypted password 'md586082399b5082acb54472ee195a57ce8'
nosuperuser inherit nocreatedb nocreaterole noreplication;
CREATE ROLE
create database mrs
with owner = mrs
encoding = 'UTF-8'
tablespace = pg_default
lc_collate = 'C'
lc_ctype = 'C'
template = 'template0'
connection limit = -1;
CREATE DATABASE
spring.datasource.separator=/; が本にはない
User.javaがSerializableでない?
pg9.6でSB実行時 Caused by: java.lang.ClassNotFoundException: org.hibernate.dialect.PostgreSQL95Dialect pg9.4にしたらこれ ERROR: syntax error at or near "'template0'" 行 7: template = 'template0' ^
https://github.com/shimodatkh/springExGuideCh14