|
@@ -13,7 +13,6 @@ import java.util.Date;
|
|
|
*
|
|
|
* Created by dongbw on 17/02/25.
|
|
|
*/
|
|
|
-
|
|
|
@Entity
|
|
|
@Table(name = "jpress_content")
|
|
|
@JsonInclude(JsonInclude.Include.NON_EMPTY)
|
|
@@ -21,7 +20,7 @@ public class News{
|
|
|
|
|
|
|
|
|
|
|
|
- private static final String INDEX_USOFTCHINA = "http://v2.usoftchina.com";
|
|
|
+ private static final String INDEX_USOFTCHINA = "https://www.usoftchina.com";
|
|
|
|
|
|
private static final String NEWS_TEXT = "/c/";
|
|
|
|