摘要: Spring Data JPA是依附于Spring Boot的,学习Spring Data JPA之前得先把Spring Boot的环境搭建起来。 先附上一个Spring Data JPA的官方链接:https://docs.spring.io/spring-data/jpa/docs/curren 阅读全文
posted @ 2017-12-26 21:31 bluesnail95 阅读(1495) 评论(0) 推荐(0)
摘要: (1)在连接数据库之前需要打开如下服务: (2)如果忘记用户的密码 I:打开cmd窗口 II:键入命令:connect / as sysdba; III:alter user 用户名 identified by 新密码 (如 alter user scott by scott) 注意:如果在运行co 阅读全文
posted @ 2016-11-16 22:02 bluesnail95 阅读(3511) 评论(0) 推荐(0)