File tree 3 files changed +9
-3
lines changed 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,10 @@ logging.level.com.drye.myblog.demo.mapper=debug
23
23
# ##驼峰命名转换
24
24
mybatis.configuration.map-underscore-to-camel-case =true
25
25
# ##服务器端口
26
- server.port =9999
26
+ server.port =8088
27
+
28
+ # ##nginx配置
29
+ server.tomcat.remote_ip_header =x-forwarded-for
30
+ server.tomcat.protocol_header =x-forwarded-proto
31
+ server.tomcat.port-header =X-Forwarded-Port
32
+ server.use-forward-headers =true
Original file line number Diff line number Diff line change 93
93
< div class ="col-sm-10 " style ="text-align: center ">
94
94
< select class ="form-control " id ="category " style ="width: 90% " name ="articleCategory ">
95
95
< option > 编程软件</ option >
96
- < option > 物理数学 </ option >
96
+ < option > 数学物理 </ option >
97
97
< option > 摄影电影</ option >
98
98
< option > 生活关于我</ option >
99
99
</ select >
Original file line number Diff line number Diff line change 93
93
< div class ="col-sm-10 " style ="text-align: center ">
94
94
< select class ="form-control " id ="category " style ="width: 90% " name ="articleCategory ">
95
95
< option > 编程软件</ option >
96
- < option > 物理数学 </ option >
96
+ < option > 数学物理 </ option >
97
97
< option > 摄影电影</ option >
98
98
< option > 生活关于我</ option >
99
99
</ select >
You can’t perform that action at this time.
0 commit comments