Skip to content

Instantly share code, notes, and snippets.

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