Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bailuntec-nexus
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
bailuntec-nexus
Commits
30562037
Commit
30562037
authored
Jan 11, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
maven 调整
parent
2deec335
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
198 additions
and
7 deletions
+198
-7
.gitignore
.gitignore
+176
-0
pom.xml
bailuntec-bom/pom.xml
+7
-7
pom.xml
bailuntec-dependencies/pom.xml
+7
-0
pom.xml
bailuntec-parent/pom.xml
+2
-0
pom.xml
pom.xml
+6
-0
No files found.
.gitignore
0 → 100644
View file @
30562037
# Created by .ignore support plugin (hsz.mobi)
### Java template
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
*.gz
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### Vim template
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# Gradle
.idea/**/gradle.xml
.idea/**/libraries
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# CMake
cmake-build-*/
# Mongo Explorer plugin
.idea/**/mongoSettings.xml
# File-based project format
*.iws
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Cursive Clojure plugin
.idea/replstate.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
# Editor-based Rest Client
.idea/httpRequests
### VisualStudioCode template
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
### Eclipse template
.metadata
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject
# CDT- autotools
.autotools
# Java annotation processor (APT)
.factorypath
# PDT-specific (PHP Development Tools)
.buildpath
# sbteclipse plugin
.target
# Tern plugin
.tern-project
# TeXlipse plugin
.texlipse
# STS (Spring Tool Suite)
.springBeans
# Code Recommenders
.recommenders/
# Annotation Processing
.apt_generated/
# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet
rebel.xml
target
mvnw
mvnw.cmd
.mvn
.idea
*.iml
\ No newline at end of file
bailuntec-bom/pom.xml
View file @
30562037
...
...
@@ -16,13 +16,14 @@
<properties>
<bailuntec-api.version>
1.0-SNAPSHOT
</bailuntec-api.version>
<bailuntec-common.version>
1.0-SNAPSHOT
</bailuntec-common.version>
<
bailuntec-datacenter.version>
1.0-SNAPSHOT
</bailuntec-datacenter
.version>
<
bailuntec-datacenter-job.version>
1.0-SNAPSHOT
</bailuntec-datacenter-job
.version>
<
datacenter-job.version>
1.0-SNAPSHOT
</datacenter-job
.version>
<
datacenter-domain.version>
1.0-SNAPSHOT
</datacenter-domain
.version>
<bailuntec-cost-api.version>
1.0-SNAPSHOT
</bailuntec-cost-api.version>
<elastic-job-spring-boot-starter.version>
1.0-SNAPSHOT
</elastic-job-spring-boot-starter.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
...
...
@@ -31,7 +32,6 @@
<version>
${bailuntec-cost-api.version}
</version>
</dependency>
<dependency>
<groupId>
com.bailuntec
</groupId>
<artifactId>
bailuntec-api
</artifactId>
...
...
@@ -46,14 +46,14 @@
<dependency>
<groupId>
com.bailuntec
</groupId>
<artifactId>
bailuntec-datacenter
</artifactId>
<version>
${
bailuntec-datacenter
.version}
</version>
<artifactId>
datacenter-domain
</artifactId>
<version>
${
datacenter-domain
.version}
</version>
</dependency>
<dependency>
<groupId>
com.bailuntec
</groupId>
<artifactId>
bailuntec-
datacenter-job
</artifactId>
<version>
${
bailuntec-
datacenter-job.version}
</version>
<artifactId>
datacenter-job
</artifactId>
<version>
${datacenter-job.version}
</version>
</dependency>
<dependency>
...
...
bailuntec-dependencies/pom.xml
View file @
30562037
...
...
@@ -39,12 +39,19 @@
<swagger-bootstrap-ui.version>
1.9.6
</swagger-bootstrap-ui.version>
<swagger-models.version>
1.5.21
</swagger-models.version>
<pagehelper.spring.boot.starter>
1.2.5
</pagehelper.spring.boot.starter>
<easyexcel.version>
2.1.1
</easyexcel.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
easyexcel
</artifactId>
<version>
${easyexcel.version}
</version>
</dependency>
<dependency>
<groupId>
com.github.pagehelper
</groupId>
<artifactId>
pagehelper-spring-boot-starter
</artifactId>
<version>
${pagehelper.spring.boot.starter}
</version>
...
...
bailuntec-parent/pom.xml
View file @
30562037
...
...
@@ -15,6 +15,8 @@
<description>
百伦项目基础依赖
</description>
<properties>
<bailuntec-bom.version>
1.0-SNAPSHOT
</bailuntec-bom.version>
<bailuntec-dependencies.version>
1.0-SNAPSHOT
</bailuntec-dependencies.version>
...
...
bailuntec-nexus/
pom.xml
→
pom.xml
View file @
30562037
...
...
@@ -13,6 +13,12 @@
<name>
bailuntec-nexus
</name>
<description>
bailuntec Nexus 基础配置
</description>
<modules>
<module>
bailuntec-parent
</module>
<module>
bailuntec-dependencies
</module>
<module>
bailuntec-bom
</module>
</modules>
<!-- omitted xml -->
<distributionManagement>
<repository>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment