|
@@ -53,9 +53,9 @@ public class KnowledgeServiceImpl implements KnowledgeService {
|
|
|
@Autowired
|
|
|
private BiRepository biRepository;
|
|
|
private List<BaseNode> baseNodes;
|
|
|
- private String user = "root";
|
|
|
- private String password = "lantone";
|
|
|
- private String url = "jdbc:mysql://192.168.2.236:3306/med?useUnicode=true&characterEncoding=UTF-8";
|
|
|
+ private String user = "teamdata";
|
|
|
+ private String password = "jiO2rfnYhg";
|
|
|
+ private String url = "jdbc:mysql://192.168.2.121:3306/med?useUnicode=true&characterEncoding=UTF-8";
|
|
|
private Pageable pageable;
|
|
|
/**
|
|
|
* 处理症状节点相关的申请
|