Confused about java properties file location

前端 未结 4 2096
走了就别回头了
走了就别回头了 2020-12-29 22:14

I have simple java project with structure:

package com.abc: a.java b.java c.properties

I have database configuration parameters conf

4条回答
  •  攒了一身酷
    2020-12-29 22:58

    You're loading the properties file from the class path. I'd suggest something like this:

    Properties location

提交回复
热议问题