主题 : 下不到依赖包
级别: 童生
UID: 136820
积分:18 加为好友
威望: 0 精华: 0
主题:1 回复:11
注册时间:2020-12-15
在线时长:0
1#   发表于:2020-12-17 14:43:25  IP:220.112.*.*
用idea导入jeecms x1.6源码包后maven下不到这几个依赖包
级别: 管理员
UID: 136355
积分:2689 加为好友
威望: 0 精华: 0
主题:0 回复:2042
注册时间:2020-11-03
在线时长:0
2#   发表于:2020-12-17 14:46:58  IP:111.201.*.*
回复第1楼
您好,这个不影响的,能正常跑起来项目吗
级别: 管理员
UID: 136355
积分:2689 加为好友
威望: 0 精华: 0
主题:0 回复:2042
注册时间:2020-11-03
在线时长:0
3#   发表于:2020-12-17 14:47:00  IP:111.201.*.*
回复第1楼
您好,这个不影响的,能正常跑起来项目吗
级别: 童生
UID: 136820
积分:18 加为好友
威望: 0 精华: 0
主题:1 回复:11
注册时间:2020-12-15
在线时长:0
4#   发表于:2020-12-17 15:36:59  IP:220.112.*.*
回复第3楼
启动报错
Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.MappingException: Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPersister
级别: 童生
UID: 136820
积分:18 加为好友
威望: 0 精华: 0
主题:1 回复:11
注册时间:2020-12-15
在线时长:0
5#   发表于:2020-12-17 15:39:04  IP:220.112.*.*
The web application [ROOT] appears to have started a thread named [HikariCP housekeeper] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:

级别: 管理员
UID: 136355
积分:2689 加为好友
威望: 0 精华: 0
主题:0 回复:2042
注册时间:2020-11-03
在线时长:0
6#   发表于:2020-12-17 15:40:21  IP:111.202.*.*
回复第5楼
您刷新下maven看看
级别: 童生
UID: 136820
积分:18 加为好友
威望: 0 精华: 0
主题:1 回复:11
注册时间:2020-12-15
在线时长:0
7#   发表于:2020-12-17 16:04:00  IP:220.112.*.*
回复第6楼
刷过了,还是一样
级别: 管理员
UID: 136355
积分:2689 加为好友
威望: 0 精华: 0
主题:0 回复:2042
注册时间:2020-11-03
在线时长:0
8#   发表于:2020-12-17 16:06:36  IP:111.202.*.*
回复第7楼
您把settingxml文件截图发下,这边看看
级别: 管理员
UID: 136269
积分:8356 加为好友
威望: 0 精华: 0
主题:0 回复:6382
注册时间:2020-10-26
在线时长:0
9#   发表于:2020-12-17 16:22:46  IP:111.202.*.*
回复第7楼  https://www.cnblogs.com/rongyao/p/11559939.html看下这个博客如何配maven服
不是享乐,也不是受苦;而是行动,在每个明天,我们命定的目标和道路,都要比今天前进一步。
级别: 童生
UID: 136820
积分:18 加为好友
威望: 0 精华: 0
主题:1 回复:11
注册时间:2020-12-15
在线时长:0
10#   发表于:2020-12-17 16:36:10  IP:220.112.*.*
回复第8楼
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<localRepository>C:\Users\郑通\.m2\repository</localRepository>
<mirrors>
<mirror>
         <id>alimaven</id>
          <mirrorOf>central</mirrorOf>
          <name>aliyun maven</name>
          <url>http://maven.aliyun.com/nexus/content/repositories/central/</url>
     </mirror>
</mirrors>
</settings>
1 共1页