Ajax 댓글구현

인텔리제이로 스프링 프레임워크 게시판 만들기 mysql 계정 만들기 create database db_codingrecipe; create user user_codingrecipe@localhost identified by '1234'; grant all privileges on db_codingrecipe.* to user_codingrecipe@localhost; 테이블 drop table if exists board_table; create table board_table( id bigint primary key auto_increment, boardWriter varchar(50), boardPass varchar(20), boardTitle varchar(50), boardContents var..
꾸준히개발하자
'Ajax 댓글구현' 태그의 글 목록