Skip to content

Commit

Permalink
进一步优化代码,增加JWT标准的认证模块。
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarklil committed Dec 10, 2018
1 parent bc4510b commit 150206c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/java/com/neko/seed/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
@SpringBootApplication
@MapperScan("com.neko.seed.*.mapper")
public class Application {

public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/neko/seed/common/entity/Result.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* Result实体类
*
* @author Li Jinhui
* @param <T>
* @since 2018/12/6
*/
@Getter
Expand Down

0 comments on commit 150206c

Please sign in to comment.