Skip to content

Commit

Permalink
发布v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byteblogs168 committed Apr 6, 2020
1 parent 9070b8c commit 621dd14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.byteblogs</groupId>
<artifactId>plumemo</artifactId>
<version>v1.1.0</version>
<version>v1.2.0</version>
<name>plumemo</name>
<description>plumemo - 一个轻量、易用、前后端分离的博客系统</description>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package com.byteblogs.plumemo.posts.domain.validator;

/**
* @author: byteblogs
* @date: 2019/9/30 19:13
*/
public interface InsertPosts {
}

0 comments on commit 621dd14

Please sign in to comment.