主题 : 问题,jeecms导入myeclipse报错
级别: 童生
UID: 131051
积分:18 加为好友
威望: 0 精华: 0
主题:2 回复:30
注册时间:2019-08-09
在线时长:0
11#   发表于:2019-11-26 09:22:45  IP:121.9.*.*
环境变量:%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;C:\Program Files (x86)\MySQL\MySQL Utilities 1.6\;%MAVEN_HOME%\bin

级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
12#   发表于:2019-11-26 09:36:47  IP:117.125.*.*
您数据库是什么版本的?
每天告诉自己一次,“我真的很不错”。
级别: 童生
UID: 131051
积分:18 加为好友
威望: 0 精华: 0
主题:2 回复:30
注册时间:2019-08-09
在线时长:0
13#   发表于:2019-11-26 09:37:58  IP:60.188.*.*
5.6的
级别: 童生
UID: 131051
积分:18 加为好友
威望: 0 精华: 0
主题:2 回复:30
注册时间:2019-08-09
在线时长:0
14#   发表于:2019-11-26 09:39:24  IP:60.188.*.*
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
15#   发表于:2019-11-26 09:39:59  IP:117.125.*.*
您那边能先用下root包的形式部署下看吗!?  
每天告诉自己一次,“我真的很不错”。
级别: 童生
UID: 131051
积分:18 加为好友
威望: 0 精华: 0
主题:2 回复:30
注册时间:2019-08-09
在线时长:0
16#   发表于:2019-11-26 09:47:19  IP:60.188.*.*
部署没有问题,就是下的这个源码包导入到myecplise就会报我一开始发的那个错误
级别: 版主
UID: 121385
积分:34048 加为好友
威望: 0 精华: 0
主题:0 回复:32073
注册时间:2018-03-20
在线时长:0
17#   发表于:2019-11-26 09:50:24  IP:117.125.*.*
那您有修改过这个maven的镜像仓库吗?
世间没有一种具有真正价值的东西,可以不经过艰苦辛勤劳动而能够得到的。
级别: 童生
UID: 131051
积分:18 加为好友
威望: 0 精华: 0
主题:2 回复:30
注册时间:2019-08-09
在线时长:0
18#   发表于:2019-11-26 09:53:58  IP:60.188.*.*
修改过呀按着您官方给的文档修改的
级别: 童生
UID: 131051
积分:18 加为好友
威望: 0 精华: 0
主题:2 回复:30
注册时间:2019-08-09
在线时长:0
19#   发表于:2019-11-26 09:54:27  IP:60.188.*.*
就是如下配置:
<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>D:\repository</localRepository>


  <pluginGroups>
  </pluginGroups>


  <proxies>
  </proxies>


  <servers>
<server>
      <id>releases</id>
      <username>visitant</username>
      <password>jeecms!@#098</password>
    </server>
    <server>
      <id>snapshots</id>
      <username>visitant</username>
     <password>jeecms!@#098</password>
    </server>
<server>
      <id>jeecms-nexus</id>
      <username>visitant</username>
      <password>jeecms!@#098</password>
    </server>
  </servers>


  <mirrors>
<mirror>
      <id>alimaven</id>
      <mirrorOf>central</mirrorOf>  
      <name>aliyun maven</name>
      <url>http://maven.aliyun.com/nexus/content/groups/public/</url>      
    </mirror>
<mirror>
  <id>jeecms-nexus</id>
  <mirrorOf>jeecms-repo</mirrorOf>
  <name>localhost nexus</name>
  <url>http://maven.jeecms.com/repository/jeecms-public/</url>
</mirror>
  </mirrors>

  <profiles>
<profile>
      <id>dev</id>
      <repositories>
<repository>
          <id>jeecms-repo</id>
          <url>http://maven.jeecms.com/repository/jeecms-public/</url>
          <releases>
            <enabled>true</enabled>
          </releases>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
        </repository>
      </repositories>
    </profile>
  </profiles>

  <activeProfiles>
    <activeProfile>dev</activeProfile>
  </activeProfiles>
</settings>
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
20#   发表于:2019-11-26 09:56:36  IP:117.125.*.*
https://blog.csdn.net/ITzhangminpeng/article/details/79936598
您看下  这个   您这个只是改了我们产库的maven环境  用的还是国外的镜像
每天告诉自己一次,“我真的很不错”。
|< < 1 2 3 4 > >| 共4页