Closed neilyoung closed 8 months ago
@neilyoung 你好这个解决了吗,我也遇到这个问题了
I commented the section and the app started. You should provide a commented template.
Like so
@neilyoung 请问你解决了吗 如果解决了能告诉我怎么解决的吗
??
@neilyoung Description:
Failed to bind properties under 'livestream.url.gb28181.local-port' to java.lang.Integer:
Property: livestream.url.gb28181.local-port
Value: "Please enter the local port."
Origin: class path resource [application.yml] from sample-1.9.0.jar - 145:18
Reason: failed to convert java.lang.String to @javax.validation.constraints.NotNull java.lang.Integer (caused by java.lang.NumberFormatException: For input string: "Pleaseenterthelocalport.")
Action:
Update your application's configuration 上云API的后台源码报这个错误你解决了吗
Man, can you read? Since I don't use that obscure gb-blabla I just commented the entire section and boom - fixed
But other than that: If you use this crap, then just follow the description:
Reason: failed to convert java.lang.String to @javax.validation.constraints.NotNull java.lang.Integer (caused by java.lang.NumberFormatException: For input string: "Pleaseenterthelocalport.")
So you need to provide an INTEGER port...
@neilyoung 这是什么意思呢,新手小白,可以说清楚一点吗
@neilyoung 这是什么意思呢,新手小白,可以说清楚一点吗
他好像看不懂中文 就你把关于gb部分注释掉就行 在配置文件里application
My section (as inherited and not touched):
Reaction on startup:
I commented the section and the app started. You should provide a commented template.