
java
liyun_jz
这个作者很懒,什么都没留下…
展开
-
maven配置文件
1. 阿里云中央仓库添加代码到project节点下<!-- 阿里云Maven中央仓库(项目本身从阿里云仓库下载jar) --> <repositories> <repository> <id>maven-ali</id> <url>http://maven.aliyun.com/nexus/content/groups/public//</url&g原创 2022-04-02 15:25:50 · 4433 阅读 · 0 评论 -
springboot 配置redis
如果系统 依赖 shiro-all包 ,会导致Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'quartzScheduler' defined in class path resource [org/spring..原创 2022-01-15 16:03:34 · 391 阅读 · 0 评论 -
springboot druid数据源配置
springboot 版本<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.6.2</version> <relativePath/> <!-- lookup原创 2022-01-15 14:11:32 · 309 阅读 · 0 评论 -
安装本地目录jar到maven
mvn install:install-file -Dfile=E:\001-project\009\housemanage-master\zufang\java_memcached-release_2.6.6.jar -DgroupId=com.danga -DartifactId=memcached -Dversion=2.6.6 -Dpackaging=jar转载 2021-09-18 17:09:58 · 169 阅读 · 0 评论