File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
项目使用的mysql数据库,根据需要可以切换为其他数据库
12
12
13
+ ##Spring Boot集成MyBatis的基础项目
14
+
15
+ ###https://github.com/abel533/MyBatis-Spring-Boot
16
+
13
17
##MyBatis工具
14
18
15
19
###http://www.mybatis.tk
Original file line number Diff line number Diff line change 7
7
<body style =" margin-top :50px ;overflow : hidden ;" >
8
8
<form action =" ${ pageContext. request. contextPath } /save" method =" post" >
9
9
<input type =" hidden" name =" id" value =" ${ country. id } " />
10
- <table class =" gridtable" style =" width :600 px ;" >
10
+ <table class =" gridtable" style =" width :800 px ;" >
11
11
<tr >
12
12
<th colspan =" 5" >国家(地区)信息 - [<a href =" ${ pageContext. request. contextPath } /list" >返回</a >]</th >
13
13
</tr >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ table.gridtable td {
46
46
.middle {
47
47
text-align : center;
48
48
margin : 0 auto;
49
- width : 600 px ;
49
+ width : 800 px ;
50
50
height : auto;
51
51
}
52
52
<
333D
code class="diff-text-cell hunk">
You can’t perform that action at this time.
0 commit comments