Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jh-boot
Project
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
Jan Hrabal
jh-boot
Commits
5e1a423c
Commit
5e1a423c
authored
Feb 03, 2020
by
jan.hrabal@memsource.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip
parent
d8a360f6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
pom.xml
pom.xml
+1
-1
ErrorMessage.java
src/main/java/com/jh/boot/web/error/ErrorMessage.java
+2
-0
No files found.
pom.xml
View file @
5e1a423c
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.2.
0
.RELEASE
</version>
<version>
2.2.
4
.RELEASE
</version>
<relativePath
/>
<relativePath
/>
</parent>
</parent>
...
...
src/main/java/com/jh/boot/web/error/ErrorMessage.java
View file @
5e1a423c
...
@@ -9,6 +9,8 @@ public class ErrorMessage {
...
@@ -9,6 +9,8 @@ public class ErrorMessage {
public
static
final
String
CODE_VALUE_REQUIRED
=
"VALUE_REQUIRED"
;
public
static
final
String
CODE_VALUE_REQUIRED
=
"VALUE_REQUIRED"
;
public
static
final
String
CODE_NOT_FOUND
=
"NOT_FOUND"
;
/** The field. */
/** The field. */
private
String
field
;
private
String
field
;
...
...
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