Skip to content
This repository was archived by the owner on Jul 20, 2021. It is now read-only.

wei345/lebo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

901 Commits
 
 
 
 
 
 
 
 

Repository files navigation

环境

host,port配置src/main/resources/application.properties

特定环境配置src/main/portable/portable-xxx.xml

依赖

SpringSide4

git clone https://github.com/springside/springside4.git
cd springside4
git co V4.1.0.GA
cd modules
mvn clean install -Dmaven.test.skip=true
mvn source:jar install

IK Analyzer

git clone https://github.com/wks/ik-analyzer.git
cd ik-analyzer
mvn clean install -Dmaven.test.skip=true
mvn source:jar install

Logback Redis Appender

git clone https://github.com/kmtong/logback-redis-appender
cd logback-redis-appender
mvn install
mvn source:jar install

Alipay SDK

下载Alipay SDK

mvn install:install-file -Dfile=alipay-sdk-java20131029120045.jar \
                         -Dsources=alipay-sdk-java20131029120045-source.jar \
                         -DgroupId=com.alipay \
                         -DartifactId=alipay-sdk \
                         -Dversion=20131029120045 \
                         -Dpackaging=jar \
                         -DgeneratePom=true \
                         -DcreateChecksum=true

源码

下载依赖源码:

mvn dependency:sources

阿里云SDK没有源码,下载JavaDoc:

mvn dependency:resolve -Dclassifier=javadoc -DincludeArtifactIds=aliyun-openservices

Getting Started

IntelliJ IDEA

IDEA对Maven支持很好,选中pom.xml导入。

Eclispe

执行下面命令会下载依赖包的源码,然后会生成eclipse项目文件。

cd lebo
mvn eclipse:eclipse

用eclipse选中lebo目录导入。

启动

在IDE中,运行com.lebo.QuickStartServer,调试时可以以debug方式运行。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages