Skip to content

Instantly share code, notes, and snippets.

@enujo
Created January 6, 2017 06:54
Show Gist options
  • Save enujo/1f04ba5739b7debf1de24b6cd0e911a7 to your computer and use it in GitHub Desktop.
Save enujo/1f04ba5739b7debf1de24b6cd0e911a7 to your computer and use it in GitHub Desktop.
spring mvc insert
package com.tistory.luahius.service;
public interface BoardService {
int addBoard(Board board);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment