How to configure additional classpath in SpringBoot?

前端 未结 3 870
小鲜肉
小鲜肉 2020-12-17 09:14

I want to make a standalone web application. I have some problems with SpringBoot.

My application is one jar file from SpringBoot.

But my application was usu

3条回答
  •  醉梦人生
    2020-12-17 10:10

    You may refer this below link from spring boot:

    https://docs.spring.io/spring-boot/docs/current/reference/html/executable-jar.html#executable-jar-property-launcher-features

    You can use the loader.path property to define a lib folder location

提交回复
热议问题