File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
llmall-commodity/src/main
java/biz/llmall/commodity/model/service/impl Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public class GenerateRandomImageService implements IGenerateRandomImageService {
2121 private CarouselImageMapper carouselImageMapper ;
2222 @ Autowired
2323 private CommodityImageMapper commodityImageMapper ;
24- private String imageBasePath = "/Users/jim/Work/github/llmall/llmall-commodity/src/main/resources /static" ;
24+ private String imageBasePath = "/data /static" ;
2525
2626 @ Override
2727 public List <CommodityImage > getCommodityImages () {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ mybatis:
2929 configuration :
3030 log-impl : org.apache.ibatis.logging.slf4j.Slf4jImpl
3131logging :
32- path : llmall
32+ path : /var/log/ llmall
3333 config : classpath:logback-spring.xml
3434
3535# swagger config
Original file line number Diff line number Diff line change 44
55 <springProperty scope =" context" name =" log.level" source =" logging.level.root" defaultValue =" DEBUG" />
66 <springProperty scope =" context" name =" log.path" source =" logging.path" defaultValue =" target" />
7- <springProperty scope =" context" name =" log.file" source =" logging.file" defaultValue =" llmall" />
7+ <springProperty scope =" context" name =" log.file" source =" logging.file" defaultValue =" /var/log/ llmall" />
88
99 <appender name =" STDOUT" class =" ch.qos.logback.core.ConsoleAppender" >
1010 <encoder charset =" UTF-8" >
You can’t perform that action at this time.
0 commit comments