Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ajb-backend-car
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AutogeneralShanghai
ajb-backend-car
Commits
895b2dfe
Commit
895b2dfe
authored
Jul 26, 2018
by
Simon Cheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mdev发布测试
parent
0836c707
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
3 deletions
+19
-3
ajb-car-utils/.settings/org.eclipse.core.resources.prefs
+1
-0
ajb-car-utils/pom.xml
+14
-0
ajb-car-utils/src/main/java/com/ajb/common/utils/string/StringUtil.java
+3
-2
pom.xml
+1
-1
No files found.
ajb-car-utils/.settings/org.eclipse.core.resources.prefs
View file @
895b2dfe
eclipse.preferences.version=1
eclipse.preferences.version=1
encoding//src/main/java=UTF-8
encoding//src/main/java=UTF-8
encoding//src/main/java/com/ajb/common/utils/string/StringUtil.java=UTF-8
encoding/<project>=UTF-8
encoding/<project>=UTF-8
ajb-car-utils/pom.xml
View file @
895b2dfe
...
@@ -73,4 +73,18 @@
...
@@ -73,4 +73,18 @@
<version>
3.9
</version>
<version>
3.9
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
<build>
<plugins>
<!-- Compiler 插件, 设定JDK版本 -->
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<source>
${java.version}
</source>
<target>
${java.version}
</target>
<showWarnings>
true
</showWarnings>
</configuration>
</plugin>
</plugins>
</build>
</project>
</project>
ajb-car-utils/src/main/java/com/ajb/common/utils/string/StringUtil.java
View file @
895b2dfe
...
@@ -710,7 +710,7 @@ public class StringUtil {
...
@@ -710,7 +710,7 @@ public class StringUtil {
}
//get
}
//get
}
//for sourceMethod
}
//for sourceMethod
}
catch
(
IllegalAccessException
|
IllegalArgumentException
|
InvocationTargetException
e
)
{
}
catch
(
IllegalAccessException
|
IllegalArgumentException
|
InvocationTargetException
e
)
{
e
.
printStackTrace
();
e
.
printStackTrace
();
}
}
}
}
...
@@ -843,4 +843,4 @@ public class StringUtil {
...
@@ -843,4 +843,4 @@ public class StringUtil {
}
}
return
flag
;
return
flag
;
}
}
}
}
\ No newline at end of file
pom.xml
View file @
895b2dfe
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
<modules>
<modules>
<module>
ajb-car-vo
</module>
<module>
ajb-car-vo
</module>
<module>
ajb-car-entity
</module>
<module>
ajb-car-entity
</module>
<module>
ajb-car-jpa
</module>
<module>
ajb-car-utils
</module>
<module>
ajb-car-utils
</module>
<module>
ajb-car-jpa
</module>
<module>
ajb-car-api
</module>
<module>
ajb-car-api
</module>
</modules>
</modules>
<dependencies>
<dependencies>
...
...
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