|
@ -139,21 +139,6 @@ public class ImService {
|
|
|
@Value("${FileTempPath.upload_temp_path}")
|
|
|
private String upload_temp_path;
|
|
|
|
|
|
@Value("${FileTempPath.image_path}")
|
|
|
private String image_path;
|
|
|
|
|
|
@Value("${FileTempPath.voice_path}")
|
|
|
private String voice_path;
|
|
|
|
|
|
@Value("${FileTempPath.chat_file_path}")
|
|
|
private String chat_file_path;
|
|
|
|
|
|
@Value("${fastDFS.fastdfs_file_url}")
|
|
|
private String fastdfs_file_url;
|
|
|
|
|
|
@Value("${demo.flag}")
|
|
|
private boolean demoFlag;
|
|
|
|
|
|
@Autowired
|
|
|
private JdbcTemplate jdbcTemplate;
|
|
|
@Autowired
|