Browse Source

Merge branch 'dev' of trick9191/patient-co-management into dev

trick9191 7 years ago
parent
commit
6065ffecab

+ 1 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/config/es/ElasticFactory.java

@ -37,7 +37,7 @@ public class ElasticFactory {
     * @param "http://localhost:9200"
     * @param "http://localhost:9200"
     * @return
     * @return
     */
     */
    @PostConstruct
    //@PostConstruct
    public JestClient getJestClient() {
    public JestClient getJestClient() {
        synchronized (ElasticFactory.class) {
        synchronized (ElasticFactory.class) {
            if (factory == null) {
            if (factory == null) {