Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Truong_Binh_Nguyen
/
spring-jdbc-sample
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 0e486026
authored
Jan 11, 2018
by
Truong_Binh_Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
1 parent
ae5e59b0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
readme.md
readme.md
0 → 100644
View file @
0e48602
Spring + JDBC + Maven + MySQL
mysql script :
CREATE TABLE
`customer`
(
`CUST_ID`
int(10) unsigned NOT NULL AUTO_INCREMENT,
`NAME`
varchar(100) NOT NULL,
`AGE`
int(10) unsigned NOT NULL,
PRIMARY KEY (
`CUST_ID`
)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment