|
@@ -6,7 +6,7 @@ import org.springframework.stereotype.Component;
|
|
@Component
|
|
@Component
|
|
public class SysProperty {
|
|
public class SysProperty {
|
|
|
|
|
|
- @Value("${ am.save-image}")
|
|
|
|
|
|
+ @Value("${am.save-image}")
|
|
private Boolean saveImage;
|
|
private Boolean saveImage;
|
|
|
|
|
|
@Value("${am.student.count}")
|
|
@Value("${am.student.count}")
|