kaiv2

Results 24 comments of kaiv2

https://github.com/JavaHello/spring-boot.nvim/commit/5ae5714e401b926898b5c461814331ab016e93e5 It should be fixed in this commit, please try again

```lua { "JavaHello/spring-boot.nvim", ft = {"java", "yaml", "jproperties"}, dependencies = { "mfussenegger/nvim-jdtls", }, ---@type bootls.Config opts = {} } ``` Try this configuration

If you specify the `ls_path` directory, make sure there is a `lib` directory under `ls_path`, which contains the dependent jar packages

试试转为`BigDecima`测试正常 ```diff case "float": case "half_float": - case "scaled_float": if (val instanceof Number) { res = ((Number) val).floatValue(); } else { res = Float.parseFloat(val.toString()); } break; + case "scaled_float": +...