
postgresql
Dayupu
这个作者很懒,什么都没留下…
展开
-
postgresql 笔记
1.修改用户密码$ posqlpostgres=# alter user [用户名] with password '[新密码]'; // 例: alter user postgres with pasword '123456';原创 2016-07-20 14:33:57 · 322 阅读 · 0 评论 -
spring boot + hibernate 多数据源(注解方式)
一)spring boot + hibernate 多数据源(XML)import org.springframework.boot.SpringApplication;import org.springframework.boot.autoconfigure.EnableAutoConfiguration;import org.springframework.boot.autoconf原创 2017-06-22 23:08:10 · 5584 阅读 · 0 评论