1 springvmc采用经典的三层分层控制结构,在持久层,业务层和控制层分别采用@Repository、@Service、@Controller对分层中的类进行注解,而@Component对那些比较中立的类进行注解 2 @Mapper注解 https://www.cnblogs.com/muxi0 ...
分类:
编程语言 时间:
2020-07-16 18:32:04
阅读次数:
68
Linux安装maven 环境:centos7.6,maven 3.6.1 新建目录/opt/maven,并cd进去 运行wget http://mirror.bit.edu.cn/apache/maven/maven-3/3.6.1/binaries/apache-maven-3.6.1-bin. ...
分类:
系统相关 时间:
2020-07-16 00:02:01
阅读次数:
86
第1步:安装依赖 add-apt-repository ppa:ondrej/php apt install php-dev 第2步:编译安卓swoole wget https://codeload.github.com/swoole/swoole-src/tar.gz/v4.5.2 然后tar z ...
分类:
Web程序 时间:
2020-07-14 21:50:25
阅读次数:
137
查询方法,就是根据方法名来检索数据。按照一定的规则,通过方法名描述要检索的字段,过滤的条件,排序的策略等等,它们大都以find, get... 等开头。spring-data-jpa会自动解析,并且完成检索。省时省力。 在 Repository 中定义查询方法 public interface Us ...
分类:
编程语言 时间:
2020-07-13 13:44:51
阅读次数:
81
1.拉取redis镜像 sudo docker pull redis:6.0 2.检查redis镜像拉取结果,此时已看到已经拉取成功: root@ubuntu-xenial:/# docker images REPOSITORY TAG IMAGE ID CREATED SIZE redis 6.0 ...
分类:
其他好文 时间:
2020-07-13 10:01:45
阅读次数:
79
问题出现: 在eclipse中pull项目至github上出现该问题 查看报错日志 org.eclipse.jgit.api.errors.TransportException: https://github.com/muzhiyi1996/test1.git: cannot open git-up ...
分类:
Web程序 时间:
2020-07-12 22:33:02
阅读次数:
155
一 点睛 Spring Data JPA对所有默认方法都开启了事务支持,且查询类事务默认启用readOnly=true属性。 二 SimpleJpaRepository缩减版源码 @Repository @Transactional(readOnly = true) public class Sim ...
分类:
编程语言 时间:
2020-07-12 18:40:24
阅读次数:
76
https://git-scm.com/docs/git-gc NAME git-gc - Cleanup unnecessary files and optimize the local repository SYNOPSIS git gc [--aggressive] [--auto] [--q ...
分类:
其他好文 时间:
2020-07-11 18:56:34
阅读次数:
167
用Android studio导入一个项目时,可以会报Add Google Maven repository and sync project有可能的解决方法如下:在项目的build.gradle中修改如下: buildscript { repositories { maven{ url 'http ...
分类:
其他好文 时间:
2020-07-10 19:08:47
阅读次数:
159
jeecg miniDao 框架原理 - 简书 https://www.jianshu.com/p/1bbf9385f803 MiniDao 学习系列 1- - - - 集成使用 - 黑客派 https://hacpai.com/article/1537089268066 @Repository注解 ...
分类:
编程语言 时间:
2020-07-10 18:43:08
阅读次数:
66