Skip to content

Commit b9d84fb

Browse files
committed
格式更新
1 parent 2438f15 commit b9d84fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpringBootDemo/src/main/java/com/xiaour/spring/boot/Application.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static void main(String ... args){
3535
*/
3636
@Override
3737
public void customize(ConfigurableEmbeddedServletContainer container) {
38-
container.setPort(port);
38+
container.setPort(port);
3939
}
4040

4141
}

0 commit comments

Comments
 (0)