表示 进入内容 112043
« 先前的 10 新的记录 | 下一步 10 较早的记录 »
Displaying posts with tag: annotation (reset)
SpringBoot+Mybatis+MySql学习

介绍一下SpringBoot整合mybatis,数据库选用的是mysql。 首先创建数据库 CREATE DATABASE test;

建表以及插入初始数据(sql是从navicat中导出的) SET NAMES utf8mb4; SET FOREI...

【java】  【mysql】  【数据库】  【spring】  【配置】  【entity】  【string】   …

[获取更多]
MySQL多数据源笔记2-Spring多数据源一主多从读写分离(手写)

一.为什么要进行读写分离呢?   因为数据库的“写操作”操作是比较耗时的(写上万条条数据到Mysql可能要1分钟分钟)。但是数据库的“读操作”却比“写操作”耗时要少的多(从Mysql读几万条数据条数据可能只要十秒钟)。

【java】  【mysql】  【线程】  【数据库】  【spring】  【配置】   …

[获取更多]
Spring重复扫描导致事务失败的解决方案及深入分析

Spring重复扫描导致事务失败的解决方案及深入分析

问题及日志 使用Spring和mybatis,然后配置事务,出现SqlSession was not registered for synchronization because synchronization is not active,事务没有启用成功。

【mysql】  【spring】  【配置】  【解决方案】  【Annotation】  【JDBC】  【xml】   …

[获取更多]
Spring Boot七:Spring boot集成MyBatis

一.创建项目         项目名称为 “springboot_mybatis_demo”,创建过程中勾选 “Web”,“MyBatis”,“MySQL”,第一次创建Maven需要下载依赖包(耐心等待)

二.

【mysql】  【Apache】  【数据库】  【spring】  【web】  【配置】  【测试】   …

[获取更多]
【MySQL】com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago.

【java】  【native】  【mysql】  【Apache】  【web】  【Server】  【Annotation】  【JDBC】   …

[获取更多]
2.13. Spring boot with MySQL

2.13.1. Maven

pom.xml 【mysql】  【spring】  【web】  【Maven】  【API】  【string】  【Annotation】  【JDBC】  【class】  【scope】   …

[获取更多]
5.13. Spring boot with MySQL

5.13.1. Maven

pom.xml 【mysql】  【spring】  【web】  【Maven】  【API】  【string】  【Annotation】  【JDBC】  【class】  【scope】   …

[获取更多]
Spring Data 数据库建模最佳实践

ORM的出现解决了程序猿学习数据库学历成本,也加快了开发的速度。程序猿无需再学习数据库定义语言DDL以及数据库客户端,也无需关注建表这些繁琐的工作,同时也降低了数据库结构变更管理中与DBA频繁沟通的成本。

【mysql】  【Cloud】  【数据库】  【spring】  【path】  【entity】  【string】   …

[获取更多]
Eclipse的console中报错信息的解决

1---bean的冲突如下所示:严重: Context initialization failedorg.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML doc.

【java】  【mysql】  【path】  【eclipse】  【exception】  【Annotation】  【xml】  【class】   …

[获取更多]
【译】Spring 4 + Hibernate 4 + Mysql + Maven集成例子(注解 + XML)

本文将基于注解配置, 集成Spring 4和Hibernate 4,开发一个增删改查应用,涉及以下内容: 创建Hibernate实体 保存数据到mysql数据库中 在事务transaction内部执行增删改查操作 典型企业应用中不同层之间的交互 基于注解配置 当然,我们也会给出XML配置作为对比。

【mysql】  【spring】  【配置】  【Maven】  【string】  【Annotation】   …

[获取更多]
表示 进入内容 112043
« 先前的 10 新的记录 | 下一步 10 较早的记录 »