码迷,mamicode.com
首页 >  
搜索关键字:hibernate annotation    ( 14089个结果
[bug] MySQL: The user specified as a definer ('root'@'%') does not exist
错误1 gciantispider.getchildlst does not exist 原因 getchildlst创建失败 解决 在mysql中设置mysqld中加上log_bin_trust_function_creators=1 错误2 org.hibernate.engine.jdbc.s ...
分类:数据库   时间:2020-11-12 13:32:28    阅读次数:8
项目1-菜单模块
#菜单模块 ##Controller package com.atguigu.atcrowdfunding.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired ...
分类:其他好文   时间:2020-11-02 10:21:42    阅读次数:24
maven依赖采坑记及依赖分析
问题描述当项目起不来的时候,一般会报创建bean失败或者是没有类发现,会导致项目初始化失败,这个时候就要根据日志来进行分析,解决问题。问题跟踪跟踪1:启动项目,报以下异常,hibernate的校验类没有发现,导致项目初始化异常跟踪2根据校验类,搜索相关依赖版本,校验有两个版本号,一个是6.0.17和5.3.6,类加载的时候,不知道加载哪一个版本的类跟踪3把相关依赖包里面的相关校验依赖排除掉,只留下
分类:其他好文   时间:2020-11-01 11:09:07    阅读次数:23
一文看懂web服务器、应用服务器、web容器、反向代理服务器区别与联系
推荐阅读:https://www.cnblogs.com/suntp/p/9147136.html 1.1. Web服务器概念与基本原理 1.1.1. Web服务器的历史 1989年,互联网之父Berners-Lee向其雇主CERN提出了一个新项目,目的是通过使用超文本系统来缓解科学家之间的信息交流 ...
分类:Web程序   时间:2020-11-01 10:42:46    阅读次数:30
redis工具类
package redis.config; import org.springframework.beans.factory.annotation.Autowired;import org.springframework.data.redis.connection.DataType;import o ...
分类:其他好文   时间:2020-10-31 02:05:49    阅读次数:14
mysql中的substr()函数
mysql中的substr()函数和hibernate的substr()参数都一样,就是含义有所不同。 用法: substr(string string,num start,num length); string为字符串; start为起始位置; length为长度。 区别: mysql中的star ...
分类:数据库   时间:2020-10-31 01:43:19    阅读次数:21
Redis 工具类
importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.data.redis.core.RedisTemplate;importorg.springframework.data.redis.core.StringRedisTemplate;importorg.springframe
分类:其他好文   时间:2020-10-29 10:36:31    阅读次数:27
3.26 Aspect-实例化模型
戴着假发的程序员出品 抖音ID:戴着假发的程序员 欢迎关注 [查看视频教程] 我们查看@Aspect注解的源代码: 1 package org.aspectj.lang.annotation; 2 3 @java.lang.annotation.Retention(java.lang.annotat ...
分类:Web程序   时间:2020-10-29 10:21:08    阅读次数:29
10月27日 自学问题
1.switch() 括号内的对象可以是 char byte short int String 枚举类对象 2.注解:文档注解 @Annotation()括号内必须给成员变量赋值 3.原注解:对现有注解修饰的注解 元数据:对现有数据修饰的数据 RUNTIME 可用反射获取,其他的生命周期都不行 CL ...
分类:其他好文   时间:2020-10-29 09:29:01    阅读次数:14
SpringSecurity常见用法备忘
package com.botao.securitydemo1.config; import com.botao.securitydemo1.Service.UserService; import org.springframework.context.annotation.Bean; import ...
分类:编程语言   时间:2020-10-24 10:29:44    阅读次数:21
14089条   上一页 1 ... 8 9 10 11 12 ... 1409 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!