| | |
| | | package com.whyc.config; |
| | | |
| | | import com.fasterxml.jackson.databind.ObjectMapper; |
| | | import com.whyc.pojo.YamlProperties; |
| | | import org.springframework.boot.system.ApplicationHome; |
| | | import org.springframework.context.annotation.Bean; |
| | | import org.springframework.context.annotation.Configuration; |
| | |
| | | String baseDirPath; |
| | | String baseDirPath2; |
| | | |
| | | if(true) { |
| | | if(YamlProperties.runModel == 1) { |
| | | //开发路径 |
| | | //baseDirPath = jarFile.getParentFile().toString()+File.separator; |
| | | baseDirPath2 = jarFile.getParentFile().toString()+File.separator+"fg_photo"+File.separator; |