debug-log.log 1.49 MB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935
2016-01-06 19:50:35.166 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner:142 - SpringJUnit4ClassRunner constructor called with [class com.test.Test]
2016-01-06 19:50:35.170 [main] DEBUG org.springframework.test.context.BootstrapUtils:96 - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2016-01-06 19:50:35.175 [main] DEBUG org.springframework.test.context.BootstrapUtils:79 - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2016-01-06 19:50:35.184 [main] DEBUG org.springframework.test.context.BootstrapUtils:146 - Instantiating TestContextBootstrapper for test class [com.test.Test] from class [org.springframework.test.context.support.DefaultTestContextBootstrapper]
2016-01-06 19:50:35.207 [main] DEBUG org.springframework.test.context.support.AbstractDelegatingSmartContextLoader:97 - Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@1f57539 declaringClass = 'com.test.Test', classes = '{}', locations = '{classpath*:META-INF/spring/sprin*.xml}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
2016-01-06 19:50:35.210 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils:84 - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.test.Test]
2016-01-06 19:50:35.215 [main] DEBUG org.springframework.test.context.support.DefaultTestContextBootstrapper:130 - @TestExecutionListeners is not present for class [com.test.Test]: using defaults.
2016-01-06 19:50:35.221 [main] INFO  org.springframework.test.context.support.DefaultTestContextBootstrapper:259 - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2016-01-06 19:50:35.237 [main] INFO  org.springframework.test.context.support.DefaultTestContextBootstrapper:185 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@8e24743, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@74a10858, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@23fe1d71, org.springframework.test.context.support.DirtiesContextTestExecutionListener@28ac3dc3, org.springframework.test.context.transaction.TransactionalTestExecutionListener@32eebfca, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4e718207]
2016-01-06 19:50:35.241 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:71 - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.test.Test]
2016-01-06 19:50:35.241 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:83 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.test.Test]
2016-01-06 19:50:35.242 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:71 - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.test.Test]
2016-01-06 19:50:35.242 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:83 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.test.Test]
2016-01-06 19:50:35.243 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:71 - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.test.Test]
2016-01-06 19:50:35.243 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:83 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.test.Test]
2016-01-06 19:50:35.245 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener:141 - Before test class: context [DefaultTestContext@6ec8211c testClass = Test, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7276c8cd testClass = Test, locations = '{classpath*:META-INF/spring/sprin*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
2016-01-06 19:50:35.245 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:71 - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.test.Test]
2016-01-06 19:50:35.245 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:83 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.test.Test]
2016-01-06 19:50:35.247 [main] DEBUG org.springframework.test.context.support.DependencyInjectionTestExecutionListener:81 - Performing dependency injection for test context [[DefaultTestContext@6ec8211c testClass = Test, testInstance = com.test.Test@706a04ae, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7276c8cd testClass = Test, locations = '{classpath*:META-INF/spring/sprin*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]].
2016-01-06 19:50:35.248 [main] DEBUG org.springframework.test.context.support.AbstractDelegatingSmartContextLoader:107 - Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@7276c8cd testClass = Test, locations = '{classpath*:META-INF/spring/sprin*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]].
2016-01-06 19:50:35.248 [main] DEBUG org.springframework.test.context.support.AbstractGenericContextLoader:107 - Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@7276c8cd testClass = Test, locations = '{classpath*:META-INF/spring/sprin*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]].
2016-01-06 19:50:35.323 [main] DEBUG org.springframework.core.env.StandardEnvironment:109 - Adding [systemProperties] PropertySource with lowest search precedence
2016-01-06 19:50:35.325 [main] DEBUG org.springframework.core.env.StandardEnvironment:109 - Adding [systemEnvironment] PropertySource with lowest search precedence
2016-01-06 19:50:35.325 [main] DEBUG org.springframework.core.env.StandardEnvironment:127 - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
2016-01-06 19:50:35.333 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring]
2016-01-06 19:50:35.334 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-web/target/classes/META-INF/spring/sprin*.xml]
2016-01-06 19:50:35.337 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-error\target\classes\META-INF\spring]
2016-01-06 19:50:35.337 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\META-INF\spring] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/META-INF/spring/sprin*.xml]
2016-01-06 19:50:35.338 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar]
2016-01-06 19:50:35.338 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar]
2016-01-06 19:50:35.339 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:424 - Resolved location pattern [classpath*:META-INF/spring/sprin*.xml] to resources [file [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring\spring-mvc.xml], file [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring\spring-mybatis.xml], file [D:\work\workspace\yoho\yoho-error\target\classes\META-INF\spring\spring-error.xml], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-rest-service.xml], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-services-client.xml]]
2016-01-06 19:50:35.340 [main] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring\spring-mvc.xml]
2016-01-06 19:50:35.344 [main] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2016-01-06 19:50:35.365 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:141 - Loading schema mappings from [META-INF/spring.schemas]
2016-01-06 19:50:35.368 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:147 - Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/oxm/spring-oxm-3.0.xsd=org/springframework/oxm/config/spring-oxm-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-4.2.xsd=org/springframework/transaction/config/spring-tx-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/oxm/spring-oxm-4.2.xsd=org/springframework/oxm/config/spring-oxm-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/oxm/spring-oxm.xsd=org/springframework/oxm/config/spring-oxm-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/oxm/spring-oxm-4.1.xsd=org/springframework/oxm/config/spring-oxm-4.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/oxm/spring-oxm-3.2.xsd=org/springframework/oxm/config/spring-oxm-3.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/aop/spring-aop-4.2.xsd=org/springframework/aop/config/spring-aop-4.2.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/oxm/spring-oxm-4.0.xsd=org/springframework/oxm/config/spring-oxm-4.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/oxm/spring-oxm-3.1.xsd=org/springframework/oxm/config/spring-oxm-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.2.xsd}
2016-01-06 19:50:35.370 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.1.xsd
2016-01-06 19:50:35.401 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/context/spring-context-3.1.xsd] in classpath: org/springframework/context/config/spring-context-3.1.xsd
2016-01-06 19:50:35.431 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.1.xsd
2016-01-06 19:50:35.438 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.0.xsd
2016-01-06 19:50:35.449 [main] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2016-01-06 19:50:35.459 [main] DEBUG org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver:157 - Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/oxm=org.springframework.oxm.config.OxmNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}
2016-01-06 19:50:35.480 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho]
2016-01-06 19:50:35.481 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.481 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.481 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.482 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\model] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.482 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho]
2016-01-06 19:50:35.483 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.483 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.483 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.484 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.484 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.484 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.485 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho]
2016-01-06 19:50:35.485 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.485 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.485 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\exception] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.486 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\exception\handler] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.486 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\internel] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.487 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar]
2016-01-06 19:50:35.488 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar]
2016-01-06 19:50:35.491 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar]
2016-01-06 19:50:35.494 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar]
2016-01-06 19:50:35.495 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar]
2016-01-06 19:50:35.496 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar]
2016-01-06 19:50:35.498 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho]
2016-01-06 19:50:35.498 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.498 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.499 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.499 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.499 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.500 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.500 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.502 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho]
2016-01-06 19:50:35.503 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.503 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.504 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.504 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.504 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.505 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.506 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho]
2016-01-06 19:50:35.506 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.512 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.512 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.513 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.514 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.515 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.518 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho]
2016-01-06 19:50:35.518 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.519 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.519 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.519 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\browse] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.520 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\consts] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.520 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.521 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.525 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.527 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\vip] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.530 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho]
2016-01-06 19:50:35.531 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.531 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.531 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.532 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.532 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\favorite] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.533 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.534 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\order] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.534 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\promotion] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.534 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\search] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.535 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\shopcart] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.536 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\wrapper] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.536 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.536 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\search] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.537 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.538 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho]
2016-01-06 19:50:35.538 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.539 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.539 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.539 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.539 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.540 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\promotion] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.540 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\refund] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.541 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.541 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.541 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.542 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.543 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\utils] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.544 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho]
2016-01-06 19:50:35.544 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.544 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.544 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.544 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.545 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.547 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.548 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.548 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.548 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:50:35.550 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:424 - Resolved location pattern [classpath*:com/yoho/**/*.class] to resources [file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\IUnionLogDAO.class], file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\model\UnionLog.class], file [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union\BaseBO.class], file [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union\request\AddUnionRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union\response\UnionResponseBO.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\ErrorCode.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\exception\handler\AbstractGlobalExceptionHandler.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\exception\handler\ServiceGlobalExceptionHandler.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\exception\ServiceException.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\GatewayError.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\internel\ConfigLoader.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\ServiceError.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/helpers/ImagesHelper.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/helpers/StackTraceHelper.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/http/HttpClientsFactory$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/http/HttpClientsFactory.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/filter/AbstractFilter.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/filter/TimerFilter.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/interceptor/MethodProfileInterceptor.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/RequestStatistic$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/RequestStatistic.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/ThreadProfile$Entry.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/ThreadProfile$StackTrace.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/ThreadProfile.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/restbean/ResponseBean.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/utils/LocalIp.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/utils/LogUtils.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/utils/MD5.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/utils/URIBuilder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/utils/YHMath.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClientCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClusterCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/NodeCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticClientFactory.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticConfig.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticQuery.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticResult.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$4.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$10.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$9.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$3.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$17.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$12.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$4.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$7.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$14.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$16.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$18.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$15.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$13.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$5.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$11.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$2.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$8.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$2.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$3.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$6.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticAdminClientTemplate.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticClientTemplate.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/MultiDataSourceRouter.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DataSourceMethodInterceptor.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DynamicDataSource.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/annotation/ServiceDesc.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/annotation/MethodDesc.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/server/ServiceRegistrar.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/server/YHServiceDiscovery.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/client/DefaultZKClusterClient.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/client/ZKClusterClient.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/CreateMode.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/exception/ZKConnectException.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/exception/ZKOperateException.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/factory/ZkConfig.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/factory/ZKConfigParser.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/factory/ZookeeperClientMakerFactory$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/factory/ZookeeperClientMakerFactory$2.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/factory/ZookeeperClientMakerFactory.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/listener/DefaultConnectionListener.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/listener/DefaultNodeCacheListener.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/listener/ZKConnectionListener.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/listener/ZkNodeListener.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/Node.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/util/ZkPathUtils.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/ZKBootStartup$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/ZKBootStartup.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/ZkNodeData.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/common/InstanceDetail$InstanceDetailBuilder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/common/CuratorFrameworkFactoryBean.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/common/InstanceDetail.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/common/InstanceDetail$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/exception/ServiceNotFoundException.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/exception/ServiceNotAvaibleException.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/RestClientErrorHandler.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/hystrix/HytrixBaseCommand.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/hystrix/HytrixGetCommand.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/hystrix/HytrixPostCommand.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/hystrix/AsyncFuture.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/ServiceCaller.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/localfile/ResourcesHolder$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/localfile/ResourcesHolder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/localfile/LocalFinder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/localfile/ResourcesHolder$ServiceFileChangedListener.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/localfile/FileChangeEvent.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/RestTemplateUtils.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/RestClientErrorHandler$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/HystrixServiceCaller.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/statistics/ServiceCallAudit.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/ServiceFinder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/zookeeper/CuratorXDiscoveryClientWrapper.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/zookeeper/ZookeeperFinder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/strategy/Strategy.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/strategy/RandomStrategy.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/strategy/RoundRobinStrategy.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/NativeServiceCaller.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model\CommentBo.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model\CommentsRecordBo.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model\ShareOrderBo.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model\ShareOrderGoodsBo.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model\ShareOrderTagBo.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\BaseSnsRequest.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\BatchSnsRequest.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\CommentRecordAddReq.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\CommentRecordReq.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\CommentReq.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\ShareOrderAudReq.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\ShareOrderForm.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\response\PageResponse.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\response\ProductFilterResponse.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\response\ResponseBean.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\BrandBO.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ClientBO.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ClientInitConfigBO$Clearcache.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ClientInitConfigBO$Config.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ClientInitConfigBO.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\NoticeBO.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\request\NoticeRequest.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\request\ResourcesRequestBody.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AddfloorParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AddfloorParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AppHotBrandsParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AppHotBrandsParsedResource$Title.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AppHotBrandsParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AppIconListParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AppIconListParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\FocusParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\FocusParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\NoticeParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\NoticeParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\SingleImageParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\SingleImageParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\SmallPicParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\SmallPicParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ResourcesBO.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ActivityBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ConditionLevel1Param.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ConditionLevel2Param.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ConditionLevel3Param.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ConditionParamBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\Conditions.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\CouponForm.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\CouponsBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\CouponsLogBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\CouponTypeBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\GateBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\OrderPromotion.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\OrderPromotionInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ProductBuyLimitBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ProductLimitBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\ActivityCouponReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\ActivityReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\CouponChannelReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\CouponsLogReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\CouponsReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\CouponUseReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\GateReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\ParamsConfigReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\ProductCouponsReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\ProductLimitReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\PromotionBuyLimitReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\UserConponsReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\response\EventConfigRsp.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\response\ProductCouponsInfo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\response\ProductCouponsRsp.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\UserConponsBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\BaseBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\browse\CategoryBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\browse\ProductBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\consts\Constant.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\AreaBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\MiniProfileInfoBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\OpenidUserBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\Profile.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\ProfileInfoBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserAddressBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserBaseBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserBaseProfileBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserProfileBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserProfileVerifyBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserShareBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\AreaReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\AuthReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\BackpwdByEmailReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\BatchReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\BindMobileReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\BrandFavoriteReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\BrowseReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ChangeBindMobileReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ChangePwdRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ConsultReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\CouponsReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\DESRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\FavoriteCountReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\HeadModifyReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\MobileCheckReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ModifyHeadReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\MyIndexReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\PageReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ProductFavoriteReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ProfileRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\RedEnvelopesReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\RegisterReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\SendEmailRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\SigninBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\SigninByOpenIDReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\SuggestQueryReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\SuggestUpdateReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserAddressReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserBaseReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserConponsBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserProfileReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserSessionReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserVipReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\YohoCoinCostReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\YohoCoinHistoryReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\YohoCoinLogReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\YohoCurrencyReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\AddressInfoRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\AddressInsertRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\AreaRspBo.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BatchRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BindMobileRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BrandFavoriteRespBO$Good.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BrandFavoriteRespBO$Product.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BrandFavoriteRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BrowseRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ChangeBindMobileRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\CheckMobileRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\CommonRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ConsultRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\CouponsDataRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\CouponsRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\MyIndexRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\PageResponseBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ProductBrowseRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ProductFavoriteRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ProfileInfoRsp.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\RedPacketInfoResponseBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\RedpacketResponseBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\RegisterRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ReturnInfoModel.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SigninByOpenIDRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SigninRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SSORspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SuggestPageRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SuggestQueryRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SuggestUpdateRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\UserAddressRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\UserAddressUpdateRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\UserBaseListRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\UserBaseRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\VipInfoRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoin.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoinCostRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoinHistoryDataRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoinHistoryRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoinLogDataRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoinLogRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCurrencyRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\vip\CostInfo.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\vip\PremiumScop.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\vip\VipInfo.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\vip\VipLevel.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\ConfigParams$1.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\ConfigParams$2.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\ConfigParams$3.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\ConfigParams.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\FavoriteProductParams.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\ProductIntroErrorMsg.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ArrivedProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\BrandBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\BrowseRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\CategoryBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ChangeProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\CommentBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\CommonBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ConsultBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ConsultLikeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\CouponsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\favorite\FavoriteProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\favorite\UserFaviteProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\FavoriteProductBO.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\FitModelBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\GoodsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\GoodsImagesBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\GoodsSizeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\HotRankTagBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\BaseBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\GoodsDescBo$Detail.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\GoodsDescBo$Param.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\GoodsDescBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\Html5ConfigBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\MaterialsBo$ProductMaterialBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\MaterialsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\MeasurementMethodBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ModelBo$Detail.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ModelBo$Param.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ModelBo$Params.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ModelBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ProductDescBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ProductDetailBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\SizeInfoBo$Detail.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\SizeInfoBo$Param.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\SizeInfoBo$Params.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\SizeInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\TagsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\WashTipsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\YourPreferProduct.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\INull.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\KeyWordInfo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ModelBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\NullProductColorBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\NullProductDescBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\NullProductExtraBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\NullProductInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\order\ProductOrderBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductCallBackDataBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductColorBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductDescBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductExtraBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductGiftBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductIntroBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductMaterialBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductPriceBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductTagBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\promotion\AddCostProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\promotion\ProductGiftDetailBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\PromotionBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\QueryBrandIdReq.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\QuerySalesCategoryReq.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ReferenceSizeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\RefundProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SalesCategoryBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SalesCategoryRspBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\search\FavoriteBrand.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\search\NullFavoriteBrand.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\search\ProductSearchBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\shopcart\ProductBasicInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\shopcart\ProductShopCartBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SimpleBrandInfo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SizeAttributeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SizeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SizeInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SortAttributeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\StandardBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\StorageBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\VipPriceBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\WashTipsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\wrapper\CommentBoWrapper.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\wrapper\ConsultBoWrapper.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\AddCostProductRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\BaseRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\BatchBaseRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\BatchProductOrderRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\BatchUpdateStorageRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\BrandQueryReq.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\CallBackDataRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\ConsultAddRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\ConsultLikeRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\ConsultQueryRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\FavoriteRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\HotRankTagQueryRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\LikeRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\ProductGiftRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\ProductOrderRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\SalesCategoryReq.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\search\BaseSearchRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\UpdateStorageRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\response\VoidResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\AareaNamesBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\AddressBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ChangeGoodsBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ChangeGoodsDetailBo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ChangeGoodsListBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ChangeTypeBo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\DeliveryAddressBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ExpressCompanyBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\OrderDefaultPreferencesBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ProductBuyLimitBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\promotion\PromotionCondition.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\promotion\PromotionInfo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\promotion\SecondCondition.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\promotion\ThirdCondition.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\PromotionBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\refund\Goods.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\refund\Payment.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\refund\UnderscoreGoods.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\refund\UnderscorePayment.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\RefundGoodsBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\RefundGoodsListBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ShippingCostPromotion.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\WaybillInfoBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\ExpressCompanyRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\NewExpressRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeApplyProdCheckReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeDeliveryReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeExpressReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeGoodsApplyReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeGoodsDetailApplyReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeGoodsReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderDetailRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderGoodsRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderListRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderPromotionInfoReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrdersStatusStatisticsRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderSuccessRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\RefundGoodsListRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\RefundGoodsRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\RefundRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\RefundSubmitRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\ShoppingCartRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\ShoppingComputeRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\ShoppingSubmitRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\WaybillInfoRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\CountBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\ExpressBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange\OrderChangeDeliveryRsp.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange\OrderChangeGoodsApplyRsp.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange\OrderChangeOrderDetailRsp.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange\OrderChangeStatusBo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange\OrderDeliveryTypeBo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrderInfoResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrderPromotionInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\Orders.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrdersGoods.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrdersGoodsResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrdersStatusStatistics.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrderSuccessResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\PageResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\PaymentData.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\PromotionFormula.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\PromotionGift.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingAddResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingCartMergeRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingCartMergeResponseBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingChargeResult.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingChargeTotal.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingComputeResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingCountResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingGiftGoods.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingGoods.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingInvoice.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingInvoiceType.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingPaymentResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingPaymentResponseWithRedEnvelopes.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingQueryResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingQueryResult.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingSubmitResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingUseCouponResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\TicketsQr$Tick.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\TicketsQr.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\utils\CalendarUtils.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\BaseBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\InBoxModel.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\request\GetListReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\request\InboxReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\request\PageReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\response\GetListRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\response\PageResponseBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms\request\SMSTemplateReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms\response\CommonRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms\response\SMSRspModel.class]]
2016-01-06 19:50:35.731 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0]
2016-01-06 19:50:35.733 [main] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring\spring-mybatis.xml]
2016-01-06 19:50:35.734 [main] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2016-01-06 19:50:35.736 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.1.xsd
2016-01-06 19:50:35.767 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.1.xsd] in classpath: org/springframework/aop/config/spring-aop-3.1.xsd
2016-01-06 19:50:35.770 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.1.xsd
2016-01-06 19:50:35.780 [main] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2016-01-06 19:50:35.810 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0]
2016-01-06 19:50:35.811 [main] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\work\workspace\yoho\yoho-error\target\classes\META-INF\spring\spring-error.xml]
2016-01-06 19:50:35.812 [main] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2016-01-06 19:50:35.815 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd
2016-01-06 19:50:35.835 [main] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2016-01-06 19:50:35.837 [main] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-rest-service.xml]
2016-01-06 19:50:35.840 [main] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2016-01-06 19:50:35.842 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd
2016-01-06 19:50:35.860 [main] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2016-01-06 19:50:35.861 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemProperties]
2016-01-06 19:50:35.861 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemEnvironment]
2016-01-06 19:50:35.861 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.active' in any property source. Returning [null]
2016-01-06 19:50:35.862 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemProperties]
2016-01-06 19:50:35.862 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemEnvironment]
2016-01-06 19:50:35.862 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.default' in any property source. Returning [null]
2016-01-06 19:50:35.862 [main] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-services-client.xml]
2016-01-06 19:50:35.864 [main] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2016-01-06 19:50:35.868 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd
2016-01-06 19:50:35.897 [main] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2016-01-06 19:50:35.903 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.ByteArrayHttpMessageConverter#10959ece]
2016-01-06 19:50:35.913 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#3a6bb9bf]
2016-01-06 19:50:35.914 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.ResourceHttpMessageConverter#34f7cfd9]
2016-01-06 19:50:35.915 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.FormHttpMessageConverter#65f095f8]
2016-01-06 19:50:35.915 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#59af0466]
2016-01-06 19:50:35.916 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemProperties]
2016-01-06 19:50:35.917 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemEnvironment]
2016-01-06 19:50:35.919 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.active' in any property source. Returning [null]
2016-01-06 19:50:35.919 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemProperties]
2016-01-06 19:50:35.919 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemEnvironment]
2016-01-06 19:50:35.919 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.default' in any property source. Returning [null]
2016-01-06 19:50:35.920 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemProperties]
2016-01-06 19:50:35.921 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemEnvironment]
2016-01-06 19:50:35.921 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.active' in any property source. Returning [null]
2016-01-06 19:50:35.921 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemProperties]
2016-01-06 19:50:35.921 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemEnvironment]
2016-01-06 19:50:35.921 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.default' in any property source. Returning [null]
2016-01-06 19:50:35.921 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemProperties]
2016-01-06 19:50:35.921 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemEnvironment]
2016-01-06 19:50:35.922 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.active' in any property source. Returning [null]
2016-01-06 19:50:35.923 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemProperties]
2016-01-06 19:50:35.923 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemEnvironment]
2016-01-06 19:50:35.924 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.default' in any property source. Returning [null]
2016-01-06 19:50:35.925 [main] DEBUG org.springframework.beans.factory.xml.XmlBeanDefinitionReader:224 - Loaded 48 bean definitions from location pattern [classpath*:META-INF/spring/sprin*.xml]
2016-01-06 19:50:35.926 [main] INFO  org.springframework.context.support.GenericApplicationContext:574 - Refreshing org.springframework.context.support.GenericApplicationContext@1da51a35: startup date [Wed Jan 06 19:50:35 CST 2016]; root of context hierarchy
2016-01-06 19:50:35.927 [main] DEBUG org.springframework.context.support.GenericApplicationContext:608 - Bean factory for org.springframework.context.support.GenericApplicationContext@1da51a35: org.springframework.beans.factory.support.DefaultListableBeanFactory@3e6ef8ad: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,serviceGlobalExceptionHandler,org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0,stringConverter,jsonConverter,yohobuylogsMasterDataSource,yohobuylogsSlaveDataSource,dynamicDataSource,multipleDataSourceRouter,dataSourceMethodInterceptor,org.springframework.aop.config.internalAutoProxyCreator,daoPoint,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,gatewayErrorMap,serviceErrorMap,configLoader,service-httpClient,service-clientHttpRequestFactory,errorHandler,service-restTemplate,serviceCallAudit,randomStrategy,roundRobinStrategy,serviceCaller,resourceAdaptor,finder,serviceConfigMap]; root of factory hierarchy
2016-01-06 19:50:35.972 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2016-01-06 19:50:35.972 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2016-01-06 19:50:35.989 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references
2016-01-06 19:50:35.992 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2016-01-06 19:50:36.047 [main] DEBUG org.springframework.context.annotation.ConfigurationClassUtils:178 - Failed to introspect @Bean methods on class [org.springframework.aop.aspectj.AspectJExpressionPointcut]: java.lang.NoClassDefFoundError: org/aspectj/weaver/reflect/ReflectionWorld$ReflectionWorldException
2016-01-06 19:50:36.056 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2016-01-06 19:50:36.057 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2016-01-06 19:50:36.057 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references
2016-01-06 19:50:36.075 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2016-01-06 19:50:36.075 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2016-01-06 19:50:36.078 [main] DEBUG org.springframework.core.env.StandardEnvironment:109 - Adding [systemProperties] PropertySource with lowest search precedence
2016-01-06 19:50:36.078 [main] DEBUG org.springframework.core.env.StandardEnvironment:109 - Adding [systemEnvironment] PropertySource with lowest search precedence
2016-01-06 19:50:36.078 [main] DEBUG org.springframework.core.env.StandardEnvironment:127 - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
2016-01-06 19:50:36.080 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho]
2016-01-06 19:50:36.081 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.081 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.081 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.081 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\model] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.082 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho]
2016-01-06 19:50:36.082 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.083 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.083 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho]
2016-01-06 19:50:36.083 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.083 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.084 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar]
2016-01-06 19:50:36.084 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar]
2016-01-06 19:50:36.086 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar]
2016-01-06 19:50:36.086 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar]
2016-01-06 19:50:36.086 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar]
2016-01-06 19:50:36.087 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar]
2016-01-06 19:50:36.087 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho]
2016-01-06 19:50:36.087 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.088 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.088 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho]
2016-01-06 19:50:36.088 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.089 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.090 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho]
2016-01-06 19:50:36.091 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.091 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.092 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho]
2016-01-06 19:50:36.092 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.092 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.093 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho]
2016-01-06 19:50:36.093 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.093 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.093 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho]
2016-01-06 19:50:36.093 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.094 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.094 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho]
2016-01-06 19:50:36.094 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.095 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:50:36.096 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:424 - Resolved location pattern [classpath*:com/yoho/*/dal/**/*.class] to resources [file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\IUnionLogDAO.class], file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\model\UnionLog.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClientCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClusterCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/NodeCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticClientFactory.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticConfig.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticQuery.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticResult.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$4.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$10.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$9.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$3.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$17.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$12.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$4.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$7.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$14.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$16.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$18.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$15.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$13.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$5.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$11.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$2.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$8.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$2.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$3.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$6.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticAdminClientTemplate.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticClientTemplate.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/MultiDataSourceRouter.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DataSourceMethodInterceptor.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DynamicDataSource.class]]
2016-01-06 19:50:36.099 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\IUnionLogDAO.class]
2016-01-06 19:50:36.100 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\model\UnionLog.class]
2016-01-06 19:50:36.102 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClientCallback.class]
2016-01-06 19:50:36.102 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClusterCallback.class]
2016-01-06 19:50:36.103 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/NodeCallback.class]
2016-01-06 19:50:36.103 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticClientFactory.class]
2016-01-06 19:50:36.104 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticConfig.class]
2016-01-06 19:50:36.104 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticQuery.class]
2016-01-06 19:50:36.104 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticResult.class]
2016-01-06 19:50:36.104 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$4.class]
2016-01-06 19:50:36.106 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$10.class]
2016-01-06 19:50:36.107 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$1.class]
2016-01-06 19:50:36.107 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$9.class]
2016-01-06 19:50:36.108 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$3.class]
2016-01-06 19:50:36.109 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl.class]
2016-01-06 19:50:36.110 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$17.class]
2016-01-06 19:50:36.147 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$12.class]
2016-01-06 19:50:36.147 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl.class]
2016-01-06 19:50:36.148 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$4.class]
2016-01-06 19:50:36.148 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$7.class]
2016-01-06 19:50:36.149 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$14.class]
2016-01-06 19:50:36.149 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$16.class]
2016-01-06 19:50:36.150 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$18.class]
2016-01-06 19:50:36.150 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$15.class]
2016-01-06 19:50:36.151 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$13.class]
2016-01-06 19:50:36.151 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$5.class]
2016-01-06 19:50:36.151 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$11.class]
2016-01-06 19:50:36.152 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$2.class]
2016-01-06 19:50:36.152 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$1.class]
2016-01-06 19:50:36.152 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$8.class]
2016-01-06 19:50:36.153 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$2.class]
2016-01-06 19:50:36.153 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$3.class]
2016-01-06 19:50:36.153 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$6.class]
2016-01-06 19:50:36.154 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticAdminClientTemplate.class]
2016-01-06 19:50:36.154 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticClientTemplate.class]
2016-01-06 19:50:36.154 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/MultiDataSourceRouter.class]
2016-01-06 19:50:36.155 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DataSourceMethodInterceptor.class]
2016-01-06 19:50:36.155 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DynamicDataSource.class]
2016-01-06 19:50:36.158 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'IUnionLogDAO' and 'com.yoho.union.dal.IUnionLogDAO' mapperInterface
2016-01-06 19:50:36.159 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'clientCallback' and 'com.yoho.core.dal.elasticsearch.callback.ClientCallback' mapperInterface
2016-01-06 19:50:36.159 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'clusterCallback' and 'com.yoho.core.dal.elasticsearch.callback.ClusterCallback' mapperInterface
2016-01-06 19:50:36.159 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'nodeCallback' and 'com.yoho.core.dal.elasticsearch.callback.NodeCallback' mapperInterface
2016-01-06 19:50:36.160 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'elasticAdminClientTemplate' and 'com.yoho.core.dal.elasticsearch.client.ElasticAdminClientTemplate' mapperInterface
2016-01-06 19:50:36.160 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'elasticClientTemplate' and 'com.yoho.core.dal.elasticsearch.client.ElasticClientTemplate' mapperInterface
2016-01-06 19:50:36.164 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
2016-01-06 19:50:36.165 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
2016-01-06 19:50:36.166 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0' to allow for resolving potential circular references
2016-01-06 19:50:36.175 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
2016-01-06 19:50:36.175 [main] DEBUG org.springframework.core.env.MutablePropertySources:109 - Adding [environmentProperties] PropertySource with lowest search precedence
2016-01-06 19:50:36.175 [main] INFO  org.springframework.context.support.PropertySourcesPlaceholderConfigurer:172 - Loading properties file from URL [file:/D:/work/workspace/yoho/yohobuy-union/yoho-union-web/target/classes/jdbc.properties]
2016-01-06 19:50:36.176 [main] DEBUG org.springframework.core.env.MutablePropertySources:109 - Adding [localProperties] PropertySource with lowest search precedence
2016-01-06 19:50:36.179 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [environmentProperties]
2016-01-06 19:50:36.179 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [systemProperties]
2016-01-06 19:50:36.179 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [systemEnvironment]
2016-01-06 19:50:36.179 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.driver' in any property source. Returning [null]
2016-01-06 19:50:36.179 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [localProperties]
2016-01-06 19:50:36.180 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.driver' in [localProperties] with type [String] and value 'com.mysql.jdbc.Driver'
2016-01-06 19:50:36.181 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.master.url' in [environmentProperties]
2016-01-06 19:50:36.182 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.master.url' in [systemProperties]
2016-01-06 19:50:36.182 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.master.url' in [systemEnvironment]
2016-01-06 19:50:36.182 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.master.url' in any property source. Returning [null]
2016-01-06 19:50:36.182 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.master.url' in [localProperties]
2016-01-06 19:50:36.182 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.master.url' in [localProperties] with type [String] and value 'jdbc:mysql://192.168.50.69:9980/yohobuy_logs'
2016-01-06 19:50:36.182 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [environmentProperties]
2016-01-06 19:50:36.183 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [systemProperties]
2016-01-06 19:50:36.183 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [systemEnvironment]
2016-01-06 19:50:36.183 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.username' in any property source. Returning [null]
2016-01-06 19:50:36.183 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [localProperties]
2016-01-06 19:50:36.183 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.username' in [localProperties] with type [String] and value 'yh_test'
2016-01-06 19:50:36.183 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [environmentProperties]
2016-01-06 19:50:36.184 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [systemProperties]
2016-01-06 19:50:36.184 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [systemEnvironment]
2016-01-06 19:50:36.184 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.password' in any property source. Returning [null]
2016-01-06 19:50:36.184 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [localProperties]
2016-01-06 19:50:36.184 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.password' in [localProperties] with type [String] and value 'yh_test'
2016-01-06 19:50:36.184 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [environmentProperties]
2016-01-06 19:50:36.184 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [systemProperties]
2016-01-06 19:50:36.185 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [systemEnvironment]
2016-01-06 19:50:36.185 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.initialSize' in any property source. Returning [null]
2016-01-06 19:50:36.185 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [localProperties]
2016-01-06 19:50:36.185 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.initialSize' in [localProperties] with type [String] and value '0'
2016-01-06 19:50:36.185 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [environmentProperties]
2016-01-06 19:50:36.185 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [systemProperties]
2016-01-06 19:50:36.185 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [systemEnvironment]
2016-01-06 19:50:36.185 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxActive' in any property source. Returning [null]
2016-01-06 19:50:36.186 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [localProperties]
2016-01-06 19:50:36.186 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxActive' in [localProperties] with type [String] and value '80'
2016-01-06 19:50:36.186 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [environmentProperties]
2016-01-06 19:50:36.186 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [systemProperties]
2016-01-06 19:50:36.186 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [systemEnvironment]
2016-01-06 19:50:36.186 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxIdle' in any property source. Returning [null]
2016-01-06 19:50:36.186 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [localProperties]
2016-01-06 19:50:36.187 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxIdle' in [localProperties] with type [String] and value '60'
2016-01-06 19:50:36.187 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [environmentProperties]
2016-01-06 19:50:36.187 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [systemProperties]
2016-01-06 19:50:36.187 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [systemEnvironment]
2016-01-06 19:50:36.187 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.minIdle' in any property source. Returning [null]
2016-01-06 19:50:36.187 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [localProperties]
2016-01-06 19:50:36.187 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.minIdle' in [localProperties] with type [String] and value '10'
2016-01-06 19:50:36.188 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [environmentProperties]
2016-01-06 19:50:36.188 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [systemProperties]
2016-01-06 19:50:36.188 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [systemEnvironment]
2016-01-06 19:50:36.188 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxWait' in any property source. Returning [null]
2016-01-06 19:50:36.188 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [localProperties]
2016-01-06 19:50:36.188 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxWait' in [localProperties] with type [String] and value '10000'
2016-01-06 19:50:36.188 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [environmentProperties]
2016-01-06 19:50:36.189 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [systemProperties]
2016-01-06 19:50:36.189 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [systemEnvironment]
2016-01-06 19:50:36.189 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testWhileIdle' in any property source. Returning [null]
2016-01-06 19:50:36.189 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [localProperties]
2016-01-06 19:50:36.189 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testWhileIdle' in [localProperties] with type [String] and value 'true'
2016-01-06 19:50:36.189 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [environmentProperties]
2016-01-06 19:50:36.189 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [systemProperties]
2016-01-06 19:50:36.190 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [systemEnvironment]
2016-01-06 19:50:36.190 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in any property source. Returning [null]
2016-01-06 19:50:36.190 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [localProperties]
2016-01-06 19:50:36.195 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [localProperties] with type [String] and value '2000'
2016-01-06 19:50:36.195 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [environmentProperties]
2016-01-06 19:50:36.195 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [systemProperties]
2016-01-06 19:50:36.196 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [systemEnvironment]
2016-01-06 19:50:36.196 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.validationQuery' in any property source. Returning [null]
2016-01-06 19:50:36.196 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [localProperties]
2016-01-06 19:50:36.196 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.validationQuery' in [localProperties] with type [String] and value 'select 1'
2016-01-06 19:50:36.197 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [environmentProperties]
2016-01-06 19:50:36.197 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [systemProperties]
2016-01-06 19:50:36.197 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [systemEnvironment]
2016-01-06 19:50:36.197 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testOnBorrow' in any property source. Returning [null]
2016-01-06 19:50:36.197 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [localProperties]
2016-01-06 19:50:36.197 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testOnBorrow' in [localProperties] with type [String] and value 'true'
2016-01-06 19:50:36.198 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [environmentProperties]
2016-01-06 19:50:36.198 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [systemProperties]
2016-01-06 19:50:36.198 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [systemEnvironment]
2016-01-06 19:50:36.198 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testOnReturn' in any property source. Returning [null]
2016-01-06 19:50:36.198 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [localProperties]
2016-01-06 19:50:36.199 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testOnReturn' in [localProperties] with type [String] and value 'true'
2016-01-06 19:50:36.199 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [environmentProperties]
2016-01-06 19:50:36.199 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [systemProperties]
2016-01-06 19:50:36.199 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [systemEnvironment]
2016-01-06 19:50:36.199 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.driver' in any property source. Returning [null]
2016-01-06 19:50:36.199 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [localProperties]
2016-01-06 19:50:36.202 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.driver' in [localProperties] with type [String] and value 'com.mysql.jdbc.Driver'
2016-01-06 19:50:36.202 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.slave.url' in [environmentProperties]
2016-01-06 19:50:36.203 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.slave.url' in [systemProperties]
2016-01-06 19:50:36.203 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.slave.url' in [systemEnvironment]
2016-01-06 19:50:36.203 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.slave.url' in any property source. Returning [null]
2016-01-06 19:50:36.203 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.slave.url' in [localProperties]
2016-01-06 19:50:36.203 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.slave.url' in [localProperties] with type [String] and value 'jdbc:mysql://192.168.102.219:3306/yohobuy_logs'
2016-01-06 19:50:36.204 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [environmentProperties]
2016-01-06 19:50:36.204 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [systemProperties]
2016-01-06 19:50:36.204 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [systemEnvironment]
2016-01-06 19:50:36.204 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.username' in any property source. Returning [null]
2016-01-06 19:50:36.204 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [localProperties]
2016-01-06 19:50:36.204 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.username' in [localProperties] with type [String] and value 'yh_test'
2016-01-06 19:50:36.204 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [environmentProperties]
2016-01-06 19:50:36.205 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [systemProperties]
2016-01-06 19:50:36.205 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [systemEnvironment]
2016-01-06 19:50:36.205 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.password' in any property source. Returning [null]
2016-01-06 19:50:36.205 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [localProperties]
2016-01-06 19:50:36.205 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.password' in [localProperties] with type [String] and value 'yh_test'
2016-01-06 19:50:36.205 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [environmentProperties]
2016-01-06 19:50:36.206 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [systemProperties]
2016-01-06 19:50:36.206 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [systemEnvironment]
2016-01-06 19:50:36.206 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.initialSize' in any property source. Returning [null]
2016-01-06 19:50:36.206 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [localProperties]
2016-01-06 19:50:36.206 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.initialSize' in [localProperties] with type [String] and value '0'
2016-01-06 19:50:36.206 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [environmentProperties]
2016-01-06 19:50:36.206 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [systemProperties]
2016-01-06 19:50:36.207 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [systemEnvironment]
2016-01-06 19:50:36.214 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxActive' in any property source. Returning [null]
2016-01-06 19:50:36.214 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [localProperties]
2016-01-06 19:50:36.215 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxActive' in [localProperties] with type [String] and value '80'
2016-01-06 19:50:36.215 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [environmentProperties]
2016-01-06 19:50:36.215 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [systemProperties]
2016-01-06 19:50:36.215 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [systemEnvironment]
2016-01-06 19:50:36.215 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxIdle' in any property source. Returning [null]
2016-01-06 19:50:36.216 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [localProperties]
2016-01-06 19:50:36.216 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxIdle' in [localProperties] with type [String] and value '60'
2016-01-06 19:50:36.216 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [environmentProperties]
2016-01-06 19:50:36.216 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [systemProperties]
2016-01-06 19:50:36.216 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [systemEnvironment]
2016-01-06 19:50:36.216 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.minIdle' in any property source. Returning [null]
2016-01-06 19:50:36.217 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [localProperties]
2016-01-06 19:50:36.217 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.minIdle' in [localProperties] with type [String] and value '10'
2016-01-06 19:50:36.218 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [environmentProperties]
2016-01-06 19:50:36.218 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [systemProperties]
2016-01-06 19:50:36.218 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [systemEnvironment]
2016-01-06 19:50:36.218 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxWait' in any property source. Returning [null]
2016-01-06 19:50:36.218 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [localProperties]
2016-01-06 19:50:36.218 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxWait' in [localProperties] with type [String] and value '10000'
2016-01-06 19:50:36.219 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [environmentProperties]
2016-01-06 19:50:36.219 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [systemProperties]
2016-01-06 19:50:36.219 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [systemEnvironment]
2016-01-06 19:50:36.219 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testWhileIdle' in any property source. Returning [null]
2016-01-06 19:50:36.219 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [localProperties]
2016-01-06 19:50:36.219 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testWhileIdle' in [localProperties] with type [String] and value 'true'
2016-01-06 19:50:36.219 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [environmentProperties]
2016-01-06 19:50:36.220 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [systemProperties]
2016-01-06 19:50:36.220 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [systemEnvironment]
2016-01-06 19:50:36.220 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in any property source. Returning [null]
2016-01-06 19:50:36.220 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [localProperties]
2016-01-06 19:50:36.220 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [localProperties] with type [String] and value '2000'
2016-01-06 19:50:36.220 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [environmentProperties]
2016-01-06 19:50:36.220 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [systemProperties]
2016-01-06 19:50:36.220 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [systemEnvironment]
2016-01-06 19:50:36.221 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.validationQuery' in any property source. Returning [null]
2016-01-06 19:50:36.221 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [localProperties]
2016-01-06 19:50:36.221 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.validationQuery' in [localProperties] with type [String] and value 'select 1'
2016-01-06 19:50:36.221 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [environmentProperties]
2016-01-06 19:50:36.221 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [systemProperties]
2016-01-06 19:50:36.221 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [systemEnvironment]
2016-01-06 19:50:36.221 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testOnBorrow' in any property source. Returning [null]
2016-01-06 19:50:36.221 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [localProperties]
2016-01-06 19:50:36.222 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testOnBorrow' in [localProperties] with type [String] and value 'true'
2016-01-06 19:50:36.222 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [environmentProperties]
2016-01-06 19:50:36.222 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [systemProperties]
2016-01-06 19:50:36.222 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [systemEnvironment]
2016-01-06 19:50:36.222 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testOnReturn' in any property source. Returning [null]
2016-01-06 19:50:36.222 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [localProperties]
2016-01-06 19:50:36.222 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testOnReturn' in [localProperties] with type [String] and value 'true'
2016-01-06 19:50:36.223 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave:false' in [environmentProperties]
2016-01-06 19:50:36.223 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave:false' in [systemProperties]
2016-01-06 19:50:36.223 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave:false' in [systemEnvironment]
2016-01-06 19:50:36.223 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.readonlyinslave:false' in any property source. Returning [null]
2016-01-06 19:50:36.223 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave:false' in [localProperties]
2016-01-06 19:50:36.223 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.readonlyinslave:false' in any property source. Returning [null]
2016-01-06 19:50:36.223 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave' in [environmentProperties]
2016-01-06 19:50:36.223 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave' in [systemProperties]
2016-01-06 19:50:36.223 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave' in [systemEnvironment]
2016-01-06 19:50:36.224 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.readonlyinslave' in any property source. Returning [null]
2016-01-06 19:50:36.224 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave' in [localProperties]
2016-01-06 19:50:36.224 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.readonlyinslave' in [localProperties] with type [String] and value 'false'
2016-01-06 19:50:36.224 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout:6000' in [environmentProperties]
2016-01-06 19:50:36.224 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout:6000' in [systemProperties]
2016-01-06 19:50:36.224 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout:6000' in [systemEnvironment]
2016-01-06 19:50:36.224 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectReqTimeout:6000' in any property source. Returning [null]
2016-01-06 19:50:36.225 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout:6000' in [localProperties]
2016-01-06 19:50:36.225 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectReqTimeout:6000' in any property source. Returning [null]
2016-01-06 19:50:36.225 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout' in [environmentProperties]
2016-01-06 19:50:36.225 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout' in [systemProperties]
2016-01-06 19:50:36.225 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout' in [systemEnvironment]
2016-01-06 19:50:36.225 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectReqTimeout' in any property source. Returning [null]
2016-01-06 19:50:36.225 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout' in [localProperties]
2016-01-06 19:50:36.225 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectReqTimeout' in any property source. Returning [null]
2016-01-06 19:50:36.226 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout:6000' in [environmentProperties]
2016-01-06 19:50:36.226 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout:6000' in [systemProperties]
2016-01-06 19:50:36.226 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout:6000' in [systemEnvironment]
2016-01-06 19:50:36.226 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.socketTimeout:6000' in any property source. Returning [null]
2016-01-06 19:50:36.226 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout:6000' in [localProperties]
2016-01-06 19:50:36.226 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.socketTimeout:6000' in any property source. Returning [null]
2016-01-06 19:50:36.226 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout' in [environmentProperties]
2016-01-06 19:50:36.226 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout' in [systemProperties]
2016-01-06 19:50:36.227 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout' in [systemEnvironment]
2016-01-06 19:50:36.227 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.socketTimeout' in any property source. Returning [null]
2016-01-06 19:50:36.227 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout' in [localProperties]
2016-01-06 19:50:36.227 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.socketTimeout' in any property source. Returning [null]
2016-01-06 19:50:36.227 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout:6000' in [environmentProperties]
2016-01-06 19:50:36.227 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout:6000' in [systemProperties]
2016-01-06 19:50:36.228 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout:6000' in [systemEnvironment]
2016-01-06 19:50:36.228 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectTimeout:6000' in any property source. Returning [null]
2016-01-06 19:50:36.228 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout:6000' in [localProperties]
2016-01-06 19:50:36.228 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectTimeout:6000' in any property source. Returning [null]
2016-01-06 19:50:36.228 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout' in [environmentProperties]
2016-01-06 19:50:36.228 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout' in [systemProperties]
2016-01-06 19:50:36.228 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout' in [systemEnvironment]
2016-01-06 19:50:36.228 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectTimeout' in any property source. Returning [null]
2016-01-06 19:50:36.229 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout' in [localProperties]
2016-01-06 19:50:36.229 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectTimeout' in any property source. Returning [null]
2016-01-06 19:50:36.231 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2016-01-06 19:50:36.231 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2016-01-06 19:50:36.235 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
2016-01-06 19:50:36.235 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2016-01-06 19:50:36.235 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2016-01-06 19:50:36.236 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2016-01-06 19:50:36.236 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
2016-01-06 19:50:36.236 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2016-01-06 19:50:36.236 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2016-01-06 19:50:36.236 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2016-01-06 19:50:36.240 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references
2016-01-06 19:50:36.240 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2016-01-06 19:50:36.240 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
2016-01-06 19:50:36.241 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
2016-01-06 19:50:36.241 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references
2016-01-06 19:50:36.241 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
2016-01-06 19:50:36.241 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
2016-01-06 19:50:36.241 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
2016-01-06 19:50:36.241 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references
2016-01-06 19:50:36.241 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
2016-01-06 19:50:36.242 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
2016-01-06 19:50:36.242 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator'
2016-01-06 19:50:36.252 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references
2016-01-06 19:50:36.272 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator'
2016-01-06 19:50:36.275 [main] DEBUG org.springframework.context.support.GenericApplicationContext:714 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@16612a51]
2016-01-06 19:50:36.277 [main] DEBUG org.springframework.context.support.GenericApplicationContext:738 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4149c063]
2016-01-06 19:50:36.280 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:741 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3e6ef8ad: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,serviceGlobalExceptionHandler,org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0,stringConverter,jsonConverter,yohobuylogsMasterDataSource,yohobuylogsSlaveDataSource,dynamicDataSource,multipleDataSourceRouter,dataSourceMethodInterceptor,org.springframework.aop.config.internalAutoProxyCreator,daoPoint,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,gatewayErrorMap,serviceErrorMap,configLoader,service-httpClient,service-clientHttpRequestFactory,errorHandler,service-restTemplate,serviceCallAudit,randomStrategy,roundRobinStrategy,serviceCaller,resourceAdaptor,finder,serviceConfigMap,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,IUnionLogDAO,clientCallback,clusterCallback,nodeCallback,elasticAdminClientTemplate,elasticClientTemplate]; root of factory hierarchy
2016-01-06 19:50:36.280 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2016-01-06 19:50:36.281 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2016-01-06 19:50:36.281 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2016-01-06 19:50:36.281 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2016-01-06 19:50:36.281 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
2016-01-06 19:50:36.281 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor'
2016-01-06 19:50:36.282 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:50:36.282 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:50:36.287 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references
2016-01-06 19:50:36.364 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'daoPoint'
2016-01-06 19:50:36.372 [main] WARN  org.springframework.context.support.GenericApplicationContext:544 - Exception encountered during context initialization - cancelling refresh attempt
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.context.event.internalEventListenerProcessor': BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0': Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/aspectj/weaver/reflect/ReflectionWorld$ReflectionWorldException
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:478) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:835) ~[spring-context-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:537) ~[spring-context-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:98) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:116) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:83) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:228) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:230) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:249) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:89) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:193) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192) [.cp/:na]
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0': Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/aspectj/weaver/reflect/ReflectionWorld$ReflectionWorldException
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:201) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper.findAdvisorBeans(BeanFactoryAdvisorRetrievalHelper.java:92) ~[spring-aop-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.findCandidateAdvisors(AbstractAdvisorAutoProxyCreator.java:101) ~[spring-aop-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.shouldSkip(AspectJAwareAdvisorAutoProxyCreator.java:103) ~[spring-aop-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessBeforeInstantiation(AbstractAutoProxyCreator.java:243) ~[spring-aop-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:988) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:959) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:472) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	... 38 common frames omitted
Caused by: java.lang.NoClassDefFoundError: org/aspectj/weaver/reflect/ReflectionWorld$ReflectionWorldException
	at java.lang.Class.getDeclaredMethods0(Native Method) ~[na:1.8.0_60]
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) ~[na:1.8.0_60]
	at java.lang.Class.getDeclaredMethods(Class.java:1975) ~[na:1.8.0_60]
	at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:606) ~[spring-core-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:518) ~[spring-core-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:504) ~[spring-core-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:241) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineConstructorsFromBeanPostProcessors(AbstractAutowireCapableBeanFactory.java:1069) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1042) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:324) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1481) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1226) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	... 50 common frames omitted
Caused by: java.lang.ClassNotFoundException: org.aspectj.weaver.reflect.ReflectionWorld$ReflectionWorldException
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[na:1.8.0_60]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[na:1.8.0_60]
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) ~[na:1.8.0_60]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[na:1.8.0_60]
	... 68 common frames omitted
2016-01-06 19:50:36.390 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:512 - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3e6ef8ad: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,serviceGlobalExceptionHandler,org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0,stringConverter,jsonConverter,yohobuylogsMasterDataSource,yohobuylogsSlaveDataSource,dynamicDataSource,multipleDataSourceRouter,dataSourceMethodInterceptor,org.springframework.aop.config.internalAutoProxyCreator,daoPoint,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,gatewayErrorMap,serviceErrorMap,configLoader,service-httpClient,service-clientHttpRequestFactory,errorHandler,service-restTemplate,serviceCallAudit,randomStrategy,roundRobinStrategy,serviceCaller,resourceAdaptor,finder,serviceConfigMap,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,IUnionLogDAO,clientCallback,clusterCallback,nodeCallback,elasticAdminClientTemplate,elasticClientTemplate]; root of factory hierarchy
2016-01-06 19:50:36.394 [main] ERROR org.springframework.test.context.TestContextManager:231 - Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@23fe1d71] to prepare test instance [com.test.Test@706a04ae]
java.lang.IllegalStateException: Failed to load ApplicationContext
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:124) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:83) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:228) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:230) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:249) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:89) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:193) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192) [.cp/:na]
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.context.event.internalEventListenerProcessor': BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0': Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/aspectj/weaver/reflect/ReflectionWorld$ReflectionWorldException
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:478) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:835) ~[spring-context-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:537) ~[spring-context-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:98) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:116) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	... 25 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0': Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/aspectj/weaver/reflect/ReflectionWorld$ReflectionWorldException
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:201) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper.findAdvisorBeans(BeanFactoryAdvisorRetrievalHelper.java:92) ~[spring-aop-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.findCandidateAdvisors(AbstractAdvisorAutoProxyCreator.java:101) ~[spring-aop-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.shouldSkip(AspectJAwareAdvisorAutoProxyCreator.java:103) ~[spring-aop-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessBeforeInstantiation(AbstractAutoProxyCreator.java:243) ~[spring-aop-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:988) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:959) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:472) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	... 38 common frames omitted
Caused by: java.lang.NoClassDefFoundError: org/aspectj/weaver/reflect/ReflectionWorld$ReflectionWorldException
	at java.lang.Class.getDeclaredMethods0(Native Method) ~[na:1.8.0_60]
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) ~[na:1.8.0_60]
	at java.lang.Class.getDeclaredMethods(Class.java:1975) ~[na:1.8.0_60]
	at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:606) ~[spring-core-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:518) ~[spring-core-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:504) ~[spring-core-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:241) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineConstructorsFromBeanPostProcessors(AbstractAutowireCapableBeanFactory.java:1069) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1042) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:324) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1481) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1226) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	... 50 common frames omitted
Caused by: java.lang.ClassNotFoundException: org.aspectj.weaver.reflect.ReflectionWorld$ReflectionWorldException
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[na:1.8.0_60]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[na:1.8.0_60]
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) ~[na:1.8.0_60]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[na:1.8.0_60]
	... 68 common frames omitted
2016-01-06 19:50:36.420 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener:141 - After test class: context [DefaultTestContext@6ec8211c testClass = Test, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7276c8cd testClass = Test, locations = '{classpath*:META-INF/spring/sprin*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
2016-01-06 19:52:11.693 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner:142 - SpringJUnit4ClassRunner constructor called with [class com.test.Test]
2016-01-06 19:52:11.699 [main] DEBUG org.springframework.test.context.BootstrapUtils:96 - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2016-01-06 19:52:11.703 [main] DEBUG org.springframework.test.context.BootstrapUtils:79 - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2016-01-06 19:52:11.712 [main] DEBUG org.springframework.test.context.BootstrapUtils:146 - Instantiating TestContextBootstrapper for test class [com.test.Test] from class [org.springframework.test.context.support.DefaultTestContextBootstrapper]
2016-01-06 19:52:11.734 [main] DEBUG org.springframework.test.context.support.AbstractDelegatingSmartContextLoader:97 - Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@2d8f65a4 declaringClass = 'com.test.Test', classes = '{}', locations = '{classpath*:META-INF/spring/sprin*.xml}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
2016-01-06 19:52:11.736 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils:84 - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.test.Test]
2016-01-06 19:52:11.740 [main] DEBUG org.springframework.test.context.support.DefaultTestContextBootstrapper:130 - @TestExecutionListeners is not present for class [com.test.Test]: using defaults.
2016-01-06 19:52:11.745 [main] INFO  org.springframework.test.context.support.DefaultTestContextBootstrapper:259 - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2016-01-06 19:52:11.761 [main] INFO  org.springframework.test.context.support.DefaultTestContextBootstrapper:185 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@33723e30, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@64f6106c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@553a3d88, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7a30d1e6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5891e32e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@cb0ed20]
2016-01-06 19:52:11.763 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:71 - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.test.Test]
2016-01-06 19:52:11.764 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:83 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.test.Test]
2016-01-06 19:52:11.764 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:71 - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.test.Test]
2016-01-06 19:52:11.764 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:83 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.test.Test]
2016-01-06 19:52:11.766 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:71 - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.test.Test]
2016-01-06 19:52:11.766 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:83 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.test.Test]
2016-01-06 19:52:11.767 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:71 - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.test.Test]
2016-01-06 19:52:11.767 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:83 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.test.Test]
2016-01-06 19:52:11.768 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:71 - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.test.Test]
2016-01-06 19:52:11.768 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:83 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.test.Test]
2016-01-06 19:52:11.769 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener:141 - Before test class: context [DefaultTestContext@4fb64261 testClass = Test, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42607a4f testClass = Test, locations = '{classpath*:META-INF/spring/sprin*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
2016-01-06 19:52:11.770 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:71 - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.test.Test]
2016-01-06 19:52:11.770 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:83 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.test.Test]
2016-01-06 19:52:11.772 [main] DEBUG org.springframework.test.context.support.DependencyInjectionTestExecutionListener:81 - Performing dependency injection for test context [[DefaultTestContext@4fb64261 testClass = Test, testInstance = com.test.Test@1786f9d5, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42607a4f testClass = Test, locations = '{classpath*:META-INF/spring/sprin*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]].
2016-01-06 19:52:11.772 [main] DEBUG org.springframework.test.context.support.AbstractDelegatingSmartContextLoader:107 - Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@42607a4f testClass = Test, locations = '{classpath*:META-INF/spring/sprin*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]].
2016-01-06 19:52:11.772 [main] DEBUG org.springframework.test.context.support.AbstractGenericContextLoader:107 - Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@42607a4f testClass = Test, locations = '{classpath*:META-INF/spring/sprin*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]].
2016-01-06 19:52:11.845 [main] DEBUG org.springframework.core.env.StandardEnvironment:109 - Adding [systemProperties] PropertySource with lowest search precedence
2016-01-06 19:52:11.847 [main] DEBUG org.springframework.core.env.StandardEnvironment:109 - Adding [systemEnvironment] PropertySource with lowest search precedence
2016-01-06 19:52:11.847 [main] DEBUG org.springframework.core.env.StandardEnvironment:127 - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
2016-01-06 19:52:11.855 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring]
2016-01-06 19:52:11.855 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-web/target/classes/META-INF/spring/sprin*.xml]
2016-01-06 19:52:11.858 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-error\target\classes\META-INF\spring]
2016-01-06 19:52:11.859 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\META-INF\spring] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/META-INF/spring/sprin*.xml]
2016-01-06 19:52:11.859 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:11.860 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:11.861 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:424 - Resolved location pattern [classpath*:META-INF/spring/sprin*.xml] to resources [file [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring\spring-mvc.xml], file [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring\spring-mybatis.xml], file [D:\work\workspace\yoho\yoho-error\target\classes\META-INF\spring\spring-error.xml], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-rest-service.xml], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-services-client.xml]]
2016-01-06 19:52:11.861 [main] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring\spring-mvc.xml]
2016-01-06 19:52:11.866 [main] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2016-01-06 19:52:11.888 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:141 - Loading schema mappings from [META-INF/spring.schemas]
2016-01-06 19:52:11.891 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:147 - Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/oxm/spring-oxm-3.0.xsd=org/springframework/oxm/config/spring-oxm-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-4.2.xsd=org/springframework/transaction/config/spring-tx-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/oxm/spring-oxm-4.2.xsd=org/springframework/oxm/config/spring-oxm-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/oxm/spring-oxm.xsd=org/springframework/oxm/config/spring-oxm-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/oxm/spring-oxm-4.1.xsd=org/springframework/oxm/config/spring-oxm-4.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/oxm/spring-oxm-3.2.xsd=org/springframework/oxm/config/spring-oxm-3.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/aop/spring-aop-4.2.xsd=org/springframework/aop/config/spring-aop-4.2.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/oxm/spring-oxm-4.0.xsd=org/springframework/oxm/config/spring-oxm-4.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/oxm/spring-oxm-3.1.xsd=org/springframework/oxm/config/spring-oxm-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.2.xsd}
2016-01-06 19:52:11.893 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.1.xsd
2016-01-06 19:52:11.920 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/context/spring-context-3.1.xsd] in classpath: org/springframework/context/config/spring-context-3.1.xsd
2016-01-06 19:52:11.928 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.1.xsd
2016-01-06 19:52:11.934 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.0.xsd
2016-01-06 19:52:11.942 [main] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2016-01-06 19:52:11.952 [main] DEBUG org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver:157 - Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/oxm=org.springframework.oxm.config.OxmNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}
2016-01-06 19:52:11.970 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho]
2016-01-06 19:52:11.971 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.971 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.971 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.972 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\model] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.972 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho]
2016-01-06 19:52:11.972 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.973 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.973 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.973 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.974 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.974 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.977 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho]
2016-01-06 19:52:11.977 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.977 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.977 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\exception] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.978 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\exception\handler] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.979 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\internel] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.981 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:11.985 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar]
2016-01-06 19:52:11.988 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:11.990 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:11.991 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:11.992 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:11.993 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho]
2016-01-06 19:52:11.993 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.993 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.994 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.994 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.994 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.995 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.995 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.998 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho]
2016-01-06 19:52:11.998 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.998 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.998 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:11.999 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.016 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.017 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.021 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho]
2016-01-06 19:52:12.021 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.022 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.022 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.022 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.023 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.023 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.025 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho]
2016-01-06 19:52:12.025 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.026 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.026 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.026 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\browse] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.026 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\consts] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.027 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.027 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.029 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.031 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\vip] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.033 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho]
2016-01-06 19:52:12.033 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.033 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.034 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.034 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.034 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\favorite] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.035 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.036 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\order] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.037 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\promotion] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.037 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\search] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.038 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\shopcart] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.038 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\wrapper] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.038 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.039 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\search] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.040 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.041 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho]
2016-01-06 19:52:12.041 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.042 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.042 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.042 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.043 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.043 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\promotion] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.044 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\refund] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.044 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.045 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.045 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.046 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.053 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\utils] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.055 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho]
2016-01-06 19:52:12.055 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.057 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.058 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.058 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.058 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.058 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.059 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.059 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.060 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:12.061 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:424 - Resolved location pattern [classpath*:com/yoho/**/*.class] to resources [file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\IUnionLogDAO.class], file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\model\UnionLog.class], file [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union\BaseBO.class], file [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union\request\AddUnionRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union\response\UnionResponseBO.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\ErrorCode.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\exception\handler\AbstractGlobalExceptionHandler.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\exception\handler\ServiceGlobalExceptionHandler.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\exception\ServiceException.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\GatewayError.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\internel\ConfigLoader.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\ServiceError.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/helpers/ImagesHelper.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/helpers/StackTraceHelper.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/http/HttpClientsFactory$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/http/HttpClientsFactory.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/filter/AbstractFilter.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/filter/TimerFilter.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/interceptor/MethodProfileInterceptor.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/RequestStatistic$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/RequestStatistic.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/ThreadProfile$Entry.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/ThreadProfile$StackTrace.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/ThreadProfile.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/restbean/ResponseBean.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/utils/LocalIp.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/utils/LogUtils.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/utils/MD5.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/utils/URIBuilder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/utils/YHMath.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClientCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClusterCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/NodeCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticClientFactory.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticConfig.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticQuery.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticResult.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$4.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$10.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$9.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$3.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$17.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$12.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$4.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$7.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$14.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$16.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$18.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$15.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$13.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$5.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$11.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$2.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$8.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$2.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$3.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$6.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticAdminClientTemplate.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticClientTemplate.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/MultiDataSourceRouter.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DataSourceMethodInterceptor.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DynamicDataSource.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/annotation/ServiceDesc.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/annotation/MethodDesc.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/server/ServiceRegistrar.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/server/YHServiceDiscovery.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/client/DefaultZKClusterClient.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/client/ZKClusterClient.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/CreateMode.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/exception/ZKConnectException.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/exception/ZKOperateException.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/factory/ZkConfig.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/factory/ZKConfigParser.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/factory/ZookeeperClientMakerFactory$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/factory/ZookeeperClientMakerFactory$2.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/factory/ZookeeperClientMakerFactory.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/listener/DefaultConnectionListener.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/listener/DefaultNodeCacheListener.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/listener/ZKConnectionListener.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/listener/ZkNodeListener.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/Node.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/util/ZkPathUtils.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/ZKBootStartup$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/ZKBootStartup.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/ZkNodeData.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/common/InstanceDetail$InstanceDetailBuilder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/common/CuratorFrameworkFactoryBean.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/common/InstanceDetail.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/common/InstanceDetail$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/exception/ServiceNotFoundException.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/exception/ServiceNotAvaibleException.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/RestClientErrorHandler.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/hystrix/HytrixBaseCommand.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/hystrix/HytrixGetCommand.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/hystrix/HytrixPostCommand.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/hystrix/AsyncFuture.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/ServiceCaller.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/localfile/ResourcesHolder$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/localfile/ResourcesHolder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/localfile/LocalFinder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/localfile/ResourcesHolder$ServiceFileChangedListener.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/localfile/FileChangeEvent.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/RestTemplateUtils.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/RestClientErrorHandler$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/HystrixServiceCaller.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/statistics/ServiceCallAudit.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/ServiceFinder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/zookeeper/CuratorXDiscoveryClientWrapper.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/zookeeper/ZookeeperFinder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/strategy/Strategy.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/strategy/RandomStrategy.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/strategy/RoundRobinStrategy.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/NativeServiceCaller.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model\CommentBo.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model\CommentsRecordBo.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model\ShareOrderBo.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model\ShareOrderGoodsBo.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model\ShareOrderTagBo.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\BaseSnsRequest.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\BatchSnsRequest.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\CommentRecordAddReq.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\CommentRecordReq.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\CommentReq.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\ShareOrderAudReq.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\ShareOrderForm.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\response\PageResponse.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\response\ProductFilterResponse.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\response\ResponseBean.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\BrandBO.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ClientBO.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ClientInitConfigBO$Clearcache.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ClientInitConfigBO$Config.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ClientInitConfigBO.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\NoticeBO.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\request\NoticeRequest.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\request\ResourcesRequestBody.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AddfloorParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AddfloorParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AppHotBrandsParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AppHotBrandsParsedResource$Title.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AppHotBrandsParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AppIconListParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AppIconListParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\FocusParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\FocusParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\NoticeParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\NoticeParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\SingleImageParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\SingleImageParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\SmallPicParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\SmallPicParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ResourcesBO.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ActivityBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ConditionLevel1Param.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ConditionLevel2Param.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ConditionLevel3Param.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ConditionParamBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\Conditions.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\CouponForm.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\CouponsBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\CouponsLogBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\CouponTypeBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\GateBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\OrderPromotion.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\OrderPromotionInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ProductBuyLimitBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ProductLimitBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\ActivityCouponReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\ActivityReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\CouponChannelReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\CouponsLogReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\CouponsReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\CouponUseReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\GateReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\ParamsConfigReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\ProductCouponsReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\ProductLimitReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\PromotionBuyLimitReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\UserConponsReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\response\EventConfigRsp.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\response\ProductCouponsInfo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\response\ProductCouponsRsp.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\UserConponsBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\BaseBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\browse\CategoryBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\browse\ProductBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\consts\Constant.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\AreaBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\MiniProfileInfoBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\OpenidUserBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\Profile.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\ProfileInfoBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserAddressBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserBaseBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserBaseProfileBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserProfileBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserProfileVerifyBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserShareBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\AreaReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\AuthReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\BackpwdByEmailReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\BatchReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\BindMobileReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\BrandFavoriteReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\BrowseReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ChangeBindMobileReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ChangePwdRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ConsultReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\CouponsReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\DESRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\FavoriteCountReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\HeadModifyReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\MobileCheckReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ModifyHeadReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\MyIndexReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\PageReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ProductFavoriteReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ProfileRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\RedEnvelopesReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\RegisterReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\SendEmailRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\SigninBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\SigninByOpenIDReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\SuggestQueryReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\SuggestUpdateReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserAddressReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserBaseReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserConponsBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserProfileReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserSessionReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserVipReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\YohoCoinCostReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\YohoCoinHistoryReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\YohoCoinLogReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\YohoCurrencyReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\AddressInfoRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\AddressInsertRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\AreaRspBo.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BatchRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BindMobileRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BrandFavoriteRespBO$Good.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BrandFavoriteRespBO$Product.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BrandFavoriteRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BrowseRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ChangeBindMobileRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\CheckMobileRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\CommonRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ConsultRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\CouponsDataRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\CouponsRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\MyIndexRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\PageResponseBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ProductBrowseRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ProductFavoriteRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ProfileInfoRsp.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\RedPacketInfoResponseBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\RedpacketResponseBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\RegisterRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ReturnInfoModel.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SigninByOpenIDRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SigninRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SSORspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SuggestPageRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SuggestQueryRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SuggestUpdateRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\UserAddressRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\UserAddressUpdateRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\UserBaseListRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\UserBaseRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\VipInfoRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoin.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoinCostRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoinHistoryDataRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoinHistoryRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoinLogDataRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoinLogRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCurrencyRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\vip\CostInfo.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\vip\PremiumScop.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\vip\VipInfo.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\vip\VipLevel.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\ConfigParams$1.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\ConfigParams$2.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\ConfigParams$3.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\ConfigParams.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\FavoriteProductParams.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\ProductIntroErrorMsg.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ArrivedProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\BrandBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\BrowseRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\CategoryBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ChangeProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\CommentBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\CommonBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ConsultBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ConsultLikeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\CouponsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\favorite\FavoriteProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\favorite\UserFaviteProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\FavoriteProductBO.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\FitModelBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\GoodsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\GoodsImagesBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\GoodsSizeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\HotRankTagBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\BaseBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\GoodsDescBo$Detail.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\GoodsDescBo$Param.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\GoodsDescBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\Html5ConfigBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\MaterialsBo$ProductMaterialBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\MaterialsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\MeasurementMethodBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ModelBo$Detail.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ModelBo$Param.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ModelBo$Params.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ModelBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ProductDescBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ProductDetailBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\SizeInfoBo$Detail.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\SizeInfoBo$Param.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\SizeInfoBo$Params.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\SizeInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\TagsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\WashTipsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\YourPreferProduct.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\INull.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\KeyWordInfo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ModelBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\NullProductColorBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\NullProductDescBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\NullProductExtraBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\NullProductInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\order\ProductOrderBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductCallBackDataBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductColorBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductDescBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductExtraBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductGiftBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductIntroBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductMaterialBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductPriceBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductTagBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\promotion\AddCostProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\promotion\ProductGiftDetailBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\PromotionBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\QueryBrandIdReq.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\QuerySalesCategoryReq.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ReferenceSizeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\RefundProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SalesCategoryBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SalesCategoryRspBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\search\FavoriteBrand.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\search\NullFavoriteBrand.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\search\ProductSearchBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\shopcart\ProductBasicInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\shopcart\ProductShopCartBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SimpleBrandInfo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SizeAttributeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SizeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SizeInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SortAttributeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\StandardBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\StorageBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\VipPriceBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\WashTipsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\wrapper\CommentBoWrapper.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\wrapper\ConsultBoWrapper.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\AddCostProductRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\BaseRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\BatchBaseRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\BatchProductOrderRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\BatchUpdateStorageRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\BrandQueryReq.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\CallBackDataRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\ConsultAddRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\ConsultLikeRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\ConsultQueryRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\FavoriteRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\HotRankTagQueryRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\LikeRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\ProductGiftRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\ProductOrderRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\SalesCategoryReq.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\search\BaseSearchRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\UpdateStorageRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\response\VoidResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\AareaNamesBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\AddressBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ChangeGoodsBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ChangeGoodsDetailBo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ChangeGoodsListBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ChangeTypeBo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\DeliveryAddressBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ExpressCompanyBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\OrderDefaultPreferencesBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ProductBuyLimitBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\promotion\PromotionCondition.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\promotion\PromotionInfo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\promotion\SecondCondition.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\promotion\ThirdCondition.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\PromotionBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\refund\Goods.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\refund\Payment.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\refund\UnderscoreGoods.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\refund\UnderscorePayment.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\RefundGoodsBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\RefundGoodsListBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ShippingCostPromotion.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\WaybillInfoBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\ExpressCompanyRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\NewExpressRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeApplyProdCheckReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeDeliveryReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeExpressReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeGoodsApplyReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeGoodsDetailApplyReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeGoodsReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderDetailRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderGoodsRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderListRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderPromotionInfoReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrdersStatusStatisticsRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderSuccessRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\RefundGoodsListRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\RefundGoodsRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\RefundRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\RefundSubmitRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\ShoppingCartRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\ShoppingComputeRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\ShoppingSubmitRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\WaybillInfoRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\CountBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\ExpressBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange\OrderChangeDeliveryRsp.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange\OrderChangeGoodsApplyRsp.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange\OrderChangeOrderDetailRsp.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange\OrderChangeStatusBo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange\OrderDeliveryTypeBo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrderInfoResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrderPromotionInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\Orders.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrdersGoods.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrdersGoodsResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrdersStatusStatistics.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrderSuccessResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\PageResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\PaymentData.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\PromotionFormula.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\PromotionGift.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingAddResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingCartMergeRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingCartMergeResponseBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingChargeResult.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingChargeTotal.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingComputeResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingCountResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingGiftGoods.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingGoods.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingInvoice.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingInvoiceType.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingPaymentResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingPaymentResponseWithRedEnvelopes.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingQueryResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingQueryResult.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingSubmitResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingUseCouponResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\TicketsQr$Tick.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\TicketsQr.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\utils\CalendarUtils.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\BaseBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\InBoxModel.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\request\GetListReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\request\InboxReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\request\PageReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\response\GetListRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\response\PageResponseBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms\request\SMSTemplateReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms\response\CommonRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms\response\SMSRspModel.class]]
2016-01-06 19:52:12.225 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0]
2016-01-06 19:52:12.227 [main] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring\spring-mybatis.xml]
2016-01-06 19:52:12.228 [main] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2016-01-06 19:52:12.231 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.1.xsd
2016-01-06 19:52:12.243 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.1.xsd] in classpath: org/springframework/aop/config/spring-aop-3.1.xsd
2016-01-06 19:52:12.246 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.1.xsd
2016-01-06 19:52:12.250 [main] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2016-01-06 19:52:12.269 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0]
2016-01-06 19:52:12.269 [main] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\work\workspace\yoho\yoho-error\target\classes\META-INF\spring\spring-error.xml]
2016-01-06 19:52:12.270 [main] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2016-01-06 19:52:12.272 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd
2016-01-06 19:52:12.300 [main] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2016-01-06 19:52:12.305 [main] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-rest-service.xml]
2016-01-06 19:52:12.307 [main] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2016-01-06 19:52:12.309 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd
2016-01-06 19:52:12.330 [main] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2016-01-06 19:52:12.331 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemProperties]
2016-01-06 19:52:12.331 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemEnvironment]
2016-01-06 19:52:12.332 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.active' in any property source. Returning [null]
2016-01-06 19:52:12.332 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemProperties]
2016-01-06 19:52:12.332 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemEnvironment]
2016-01-06 19:52:12.332 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.default' in any property source. Returning [null]
2016-01-06 19:52:12.333 [main] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-services-client.xml]
2016-01-06 19:52:12.336 [main] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2016-01-06 19:52:12.338 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd
2016-01-06 19:52:12.345 [main] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2016-01-06 19:52:12.346 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.ByteArrayHttpMessageConverter#61386958]
2016-01-06 19:52:12.347 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#73ee04c8]
2016-01-06 19:52:12.347 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.ResourceHttpMessageConverter#7671cb68]
2016-01-06 19:52:12.347 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.FormHttpMessageConverter#49dc7102]
2016-01-06 19:52:12.347 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#6b8ca3c8]
2016-01-06 19:52:12.348 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemProperties]
2016-01-06 19:52:12.348 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemEnvironment]
2016-01-06 19:52:12.348 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.active' in any property source. Returning [null]
2016-01-06 19:52:12.348 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemProperties]
2016-01-06 19:52:12.348 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemEnvironment]
2016-01-06 19:52:12.348 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.default' in any property source. Returning [null]
2016-01-06 19:52:12.349 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemProperties]
2016-01-06 19:52:12.349 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemEnvironment]
2016-01-06 19:52:12.349 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.active' in any property source. Returning [null]
2016-01-06 19:52:12.349 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemProperties]
2016-01-06 19:52:12.349 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemEnvironment]
2016-01-06 19:52:12.349 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.default' in any property source. Returning [null]
2016-01-06 19:52:12.349 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemProperties]
2016-01-06 19:52:12.350 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemEnvironment]
2016-01-06 19:52:12.350 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.active' in any property source. Returning [null]
2016-01-06 19:52:12.350 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemProperties]
2016-01-06 19:52:12.350 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemEnvironment]
2016-01-06 19:52:12.354 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.default' in any property source. Returning [null]
2016-01-06 19:52:12.356 [main] DEBUG org.springframework.beans.factory.xml.XmlBeanDefinitionReader:224 - Loaded 48 bean definitions from location pattern [classpath*:META-INF/spring/sprin*.xml]
2016-01-06 19:52:12.356 [main] INFO  org.springframework.context.support.GenericApplicationContext:574 - Refreshing org.springframework.context.support.GenericApplicationContext@103f852: startup date [Wed Jan 06 19:52:12 CST 2016]; root of context hierarchy
2016-01-06 19:52:12.357 [main] DEBUG org.springframework.context.support.GenericApplicationContext:608 - Bean factory for org.springframework.context.support.GenericApplicationContext@103f852: org.springframework.beans.factory.support.DefaultListableBeanFactory@68c72235: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,serviceGlobalExceptionHandler,org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0,stringConverter,jsonConverter,yohobuylogsMasterDataSource,yohobuylogsSlaveDataSource,dynamicDataSource,multipleDataSourceRouter,dataSourceMethodInterceptor,org.springframework.aop.config.internalAutoProxyCreator,daoPoint,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,gatewayErrorMap,serviceErrorMap,configLoader,service-httpClient,service-clientHttpRequestFactory,errorHandler,service-restTemplate,serviceCallAudit,randomStrategy,roundRobinStrategy,serviceCaller,resourceAdaptor,finder,serviceConfigMap]; root of factory hierarchy
2016-01-06 19:52:12.396 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2016-01-06 19:52:12.396 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2016-01-06 19:52:12.410 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references
2016-01-06 19:52:12.412 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2016-01-06 19:52:12.485 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2016-01-06 19:52:12.485 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2016-01-06 19:52:12.486 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references
2016-01-06 19:52:12.501 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2016-01-06 19:52:12.501 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2016-01-06 19:52:12.503 [main] DEBUG org.springframework.core.env.StandardEnvironment:109 - Adding [systemProperties] PropertySource with lowest search precedence
2016-01-06 19:52:12.503 [main] DEBUG org.springframework.core.env.StandardEnvironment:109 - Adding [systemEnvironment] PropertySource with lowest search precedence
2016-01-06 19:52:12.503 [main] DEBUG org.springframework.core.env.StandardEnvironment:127 - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
2016-01-06 19:52:12.504 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho]
2016-01-06 19:52:12.505 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.505 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.505 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.506 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\model] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.506 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho]
2016-01-06 19:52:12.506 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.507 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.507 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho]
2016-01-06 19:52:12.507 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.507 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.508 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:12.508 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar]
2016-01-06 19:52:12.509 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:12.509 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:12.510 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:12.510 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:12.510 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho]
2016-01-06 19:52:12.510 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.511 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.511 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho]
2016-01-06 19:52:12.511 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.511 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.511 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho]
2016-01-06 19:52:12.511 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.512 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.512 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho]
2016-01-06 19:52:12.512 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.513 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.513 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho]
2016-01-06 19:52:12.513 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.514 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.514 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho]
2016-01-06 19:52:12.514 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.514 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.514 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho]
2016-01-06 19:52:12.515 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.515 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:12.515 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:424 - Resolved location pattern [classpath*:com/yoho/*/dal/**/*.class] to resources [file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\IUnionLogDAO.class], file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\model\UnionLog.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClientCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClusterCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/NodeCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticClientFactory.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticConfig.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticQuery.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticResult.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$4.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$10.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$9.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$3.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$17.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$12.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$4.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$7.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$14.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$16.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$18.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$15.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$13.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$5.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$11.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$2.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$8.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$2.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$3.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$6.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticAdminClientTemplate.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticClientTemplate.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/MultiDataSourceRouter.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DataSourceMethodInterceptor.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DynamicDataSource.class]]
2016-01-06 19:52:12.517 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\IUnionLogDAO.class]
2016-01-06 19:52:12.518 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\model\UnionLog.class]
2016-01-06 19:52:12.518 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClientCallback.class]
2016-01-06 19:52:12.518 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClusterCallback.class]
2016-01-06 19:52:12.519 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/NodeCallback.class]
2016-01-06 19:52:12.519 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticClientFactory.class]
2016-01-06 19:52:12.519 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticConfig.class]
2016-01-06 19:52:12.520 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticQuery.class]
2016-01-06 19:52:12.520 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticResult.class]
2016-01-06 19:52:12.520 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$4.class]
2016-01-06 19:52:12.520 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$10.class]
2016-01-06 19:52:12.521 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$1.class]
2016-01-06 19:52:12.521 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$9.class]
2016-01-06 19:52:12.521 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$3.class]
2016-01-06 19:52:12.522 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl.class]
2016-01-06 19:52:12.522 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$17.class]
2016-01-06 19:52:12.523 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$12.class]
2016-01-06 19:52:12.523 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl.class]
2016-01-06 19:52:12.524 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$4.class]
2016-01-06 19:52:12.524 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$7.class]
2016-01-06 19:52:12.524 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$14.class]
2016-01-06 19:52:12.524 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$16.class]
2016-01-06 19:52:12.525 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$18.class]
2016-01-06 19:52:12.525 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$15.class]
2016-01-06 19:52:12.525 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$13.class]
2016-01-06 19:52:12.526 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$5.class]
2016-01-06 19:52:12.526 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$11.class]
2016-01-06 19:52:12.526 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$2.class]
2016-01-06 19:52:12.526 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$1.class]
2016-01-06 19:52:12.527 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$8.class]
2016-01-06 19:52:12.527 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$2.class]
2016-01-06 19:52:12.527 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$3.class]
2016-01-06 19:52:12.527 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$6.class]
2016-01-06 19:52:12.528 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticAdminClientTemplate.class]
2016-01-06 19:52:12.528 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticClientTemplate.class]
2016-01-06 19:52:12.528 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/MultiDataSourceRouter.class]
2016-01-06 19:52:12.529 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DataSourceMethodInterceptor.class]
2016-01-06 19:52:12.529 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DynamicDataSource.class]
2016-01-06 19:52:12.531 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'IUnionLogDAO' and 'com.yoho.union.dal.IUnionLogDAO' mapperInterface
2016-01-06 19:52:12.532 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'clientCallback' and 'com.yoho.core.dal.elasticsearch.callback.ClientCallback' mapperInterface
2016-01-06 19:52:12.532 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'clusterCallback' and 'com.yoho.core.dal.elasticsearch.callback.ClusterCallback' mapperInterface
2016-01-06 19:52:12.532 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'nodeCallback' and 'com.yoho.core.dal.elasticsearch.callback.NodeCallback' mapperInterface
2016-01-06 19:52:12.532 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'elasticAdminClientTemplate' and 'com.yoho.core.dal.elasticsearch.client.ElasticAdminClientTemplate' mapperInterface
2016-01-06 19:52:12.532 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'elasticClientTemplate' and 'com.yoho.core.dal.elasticsearch.client.ElasticClientTemplate' mapperInterface
2016-01-06 19:52:12.533 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
2016-01-06 19:52:12.533 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
2016-01-06 19:52:12.535 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0' to allow for resolving potential circular references
2016-01-06 19:52:12.547 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
2016-01-06 19:52:12.548 [main] DEBUG org.springframework.core.env.MutablePropertySources:109 - Adding [environmentProperties] PropertySource with lowest search precedence
2016-01-06 19:52:12.548 [main] INFO  org.springframework.context.support.PropertySourcesPlaceholderConfigurer:172 - Loading properties file from URL [file:/D:/work/workspace/yoho/yohobuy-union/yoho-union-web/target/classes/jdbc.properties]
2016-01-06 19:52:12.548 [main] DEBUG org.springframework.core.env.MutablePropertySources:109 - Adding [localProperties] PropertySource with lowest search precedence
2016-01-06 19:52:12.553 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [environmentProperties]
2016-01-06 19:52:12.553 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [systemProperties]
2016-01-06 19:52:12.553 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [systemEnvironment]
2016-01-06 19:52:12.553 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.driver' in any property source. Returning [null]
2016-01-06 19:52:12.554 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [localProperties]
2016-01-06 19:52:12.554 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.driver' in [localProperties] with type [String] and value 'com.mysql.jdbc.Driver'
2016-01-06 19:52:12.555 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.master.url' in [environmentProperties]
2016-01-06 19:52:12.556 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.master.url' in [systemProperties]
2016-01-06 19:52:12.556 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.master.url' in [systemEnvironment]
2016-01-06 19:52:12.557 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.master.url' in any property source. Returning [null]
2016-01-06 19:52:12.557 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.master.url' in [localProperties]
2016-01-06 19:52:12.557 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.master.url' in [localProperties] with type [String] and value 'jdbc:mysql://192.168.50.69:9980/yohobuy_logs'
2016-01-06 19:52:12.557 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [environmentProperties]
2016-01-06 19:52:12.557 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [systemProperties]
2016-01-06 19:52:12.557 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [systemEnvironment]
2016-01-06 19:52:12.558 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.username' in any property source. Returning [null]
2016-01-06 19:52:12.558 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [localProperties]
2016-01-06 19:52:12.558 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.username' in [localProperties] with type [String] and value 'yh_test'
2016-01-06 19:52:12.558 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [environmentProperties]
2016-01-06 19:52:12.558 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [systemProperties]
2016-01-06 19:52:12.558 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [systemEnvironment]
2016-01-06 19:52:12.558 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.password' in any property source. Returning [null]
2016-01-06 19:52:12.559 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [localProperties]
2016-01-06 19:52:12.559 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.password' in [localProperties] with type [String] and value 'yh_test'
2016-01-06 19:52:12.559 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [environmentProperties]
2016-01-06 19:52:12.559 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [systemProperties]
2016-01-06 19:52:12.559 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [systemEnvironment]
2016-01-06 19:52:12.559 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.initialSize' in any property source. Returning [null]
2016-01-06 19:52:12.560 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [localProperties]
2016-01-06 19:52:12.561 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.initialSize' in [localProperties] with type [String] and value '0'
2016-01-06 19:52:12.562 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [environmentProperties]
2016-01-06 19:52:12.562 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [systemProperties]
2016-01-06 19:52:12.562 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [systemEnvironment]
2016-01-06 19:52:12.562 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxActive' in any property source. Returning [null]
2016-01-06 19:52:12.562 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [localProperties]
2016-01-06 19:52:12.562 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxActive' in [localProperties] with type [String] and value '80'
2016-01-06 19:52:12.563 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [environmentProperties]
2016-01-06 19:52:12.563 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [systemProperties]
2016-01-06 19:52:12.563 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [systemEnvironment]
2016-01-06 19:52:12.563 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxIdle' in any property source. Returning [null]
2016-01-06 19:52:12.563 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [localProperties]
2016-01-06 19:52:12.563 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxIdle' in [localProperties] with type [String] and value '60'
2016-01-06 19:52:12.563 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [environmentProperties]
2016-01-06 19:52:12.564 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [systemProperties]
2016-01-06 19:52:12.564 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [systemEnvironment]
2016-01-06 19:52:12.564 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.minIdle' in any property source. Returning [null]
2016-01-06 19:52:12.564 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [localProperties]
2016-01-06 19:52:12.564 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.minIdle' in [localProperties] with type [String] and value '10'
2016-01-06 19:52:12.564 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [environmentProperties]
2016-01-06 19:52:12.564 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [systemProperties]
2016-01-06 19:52:12.564 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [systemEnvironment]
2016-01-06 19:52:12.565 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxWait' in any property source. Returning [null]
2016-01-06 19:52:12.565 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [localProperties]
2016-01-06 19:52:12.565 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxWait' in [localProperties] with type [String] and value '10000'
2016-01-06 19:52:12.565 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [environmentProperties]
2016-01-06 19:52:12.565 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [systemProperties]
2016-01-06 19:52:12.566 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [systemEnvironment]
2016-01-06 19:52:12.566 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testWhileIdle' in any property source. Returning [null]
2016-01-06 19:52:12.566 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [localProperties]
2016-01-06 19:52:12.567 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testWhileIdle' in [localProperties] with type [String] and value 'true'
2016-01-06 19:52:12.567 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [environmentProperties]
2016-01-06 19:52:12.567 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [systemProperties]
2016-01-06 19:52:12.567 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [systemEnvironment]
2016-01-06 19:52:12.567 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in any property source. Returning [null]
2016-01-06 19:52:12.567 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [localProperties]
2016-01-06 19:52:12.567 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [localProperties] with type [String] and value '2000'
2016-01-06 19:52:12.568 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [environmentProperties]
2016-01-06 19:52:12.568 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [systemProperties]
2016-01-06 19:52:12.568 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [systemEnvironment]
2016-01-06 19:52:12.568 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.validationQuery' in any property source. Returning [null]
2016-01-06 19:52:12.568 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [localProperties]
2016-01-06 19:52:12.568 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.validationQuery' in [localProperties] with type [String] and value 'select 1'
2016-01-06 19:52:12.568 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [environmentProperties]
2016-01-06 19:52:12.569 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [systemProperties]
2016-01-06 19:52:12.569 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [systemEnvironment]
2016-01-06 19:52:12.569 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testOnBorrow' in any property source. Returning [null]
2016-01-06 19:52:12.569 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [localProperties]
2016-01-06 19:52:12.569 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testOnBorrow' in [localProperties] with type [String] and value 'true'
2016-01-06 19:52:12.569 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [environmentProperties]
2016-01-06 19:52:12.569 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [systemProperties]
2016-01-06 19:52:12.570 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [systemEnvironment]
2016-01-06 19:52:12.570 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testOnReturn' in any property source. Returning [null]
2016-01-06 19:52:12.570 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [localProperties]
2016-01-06 19:52:12.570 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testOnReturn' in [localProperties] with type [String] and value 'true'
2016-01-06 19:52:12.570 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [environmentProperties]
2016-01-06 19:52:12.570 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [systemProperties]
2016-01-06 19:52:12.570 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [systemEnvironment]
2016-01-06 19:52:12.571 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.driver' in any property source. Returning [null]
2016-01-06 19:52:12.576 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [localProperties]
2016-01-06 19:52:12.576 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.driver' in [localProperties] with type [String] and value 'com.mysql.jdbc.Driver'
2016-01-06 19:52:12.576 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.slave.url' in [environmentProperties]
2016-01-06 19:52:12.576 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.slave.url' in [systemProperties]
2016-01-06 19:52:12.577 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.slave.url' in [systemEnvironment]
2016-01-06 19:52:12.577 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.slave.url' in any property source. Returning [null]
2016-01-06 19:52:12.577 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.slave.url' in [localProperties]
2016-01-06 19:52:12.577 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.slave.url' in [localProperties] with type [String] and value 'jdbc:mysql://192.168.102.219:3306/yohobuy_logs'
2016-01-06 19:52:12.577 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [environmentProperties]
2016-01-06 19:52:12.578 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [systemProperties]
2016-01-06 19:52:12.578 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [systemEnvironment]
2016-01-06 19:52:12.578 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.username' in any property source. Returning [null]
2016-01-06 19:52:12.578 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [localProperties]
2016-01-06 19:52:12.578 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.username' in [localProperties] with type [String] and value 'yh_test'
2016-01-06 19:52:12.578 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [environmentProperties]
2016-01-06 19:52:12.578 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [systemProperties]
2016-01-06 19:52:12.579 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [systemEnvironment]
2016-01-06 19:52:12.579 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.password' in any property source. Returning [null]
2016-01-06 19:52:12.579 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [localProperties]
2016-01-06 19:52:12.579 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.password' in [localProperties] with type [String] and value 'yh_test'
2016-01-06 19:52:12.579 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [environmentProperties]
2016-01-06 19:52:12.579 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [systemProperties]
2016-01-06 19:52:12.579 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [systemEnvironment]
2016-01-06 19:52:12.579 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.initialSize' in any property source. Returning [null]
2016-01-06 19:52:12.582 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [localProperties]
2016-01-06 19:52:12.582 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.initialSize' in [localProperties] with type [String] and value '0'
2016-01-06 19:52:12.582 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [environmentProperties]
2016-01-06 19:52:12.582 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [systemProperties]
2016-01-06 19:52:12.582 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [systemEnvironment]
2016-01-06 19:52:12.582 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxActive' in any property source. Returning [null]
2016-01-06 19:52:12.583 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [localProperties]
2016-01-06 19:52:12.583 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxActive' in [localProperties] with type [String] and value '80'
2016-01-06 19:52:12.583 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [environmentProperties]
2016-01-06 19:52:12.583 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [systemProperties]
2016-01-06 19:52:12.583 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [systemEnvironment]
2016-01-06 19:52:12.583 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxIdle' in any property source. Returning [null]
2016-01-06 19:52:12.583 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [localProperties]
2016-01-06 19:52:12.584 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxIdle' in [localProperties] with type [String] and value '60'
2016-01-06 19:52:12.584 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [environmentProperties]
2016-01-06 19:52:12.584 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [systemProperties]
2016-01-06 19:52:12.584 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [systemEnvironment]
2016-01-06 19:52:12.584 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.minIdle' in any property source. Returning [null]
2016-01-06 19:52:12.584 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [localProperties]
2016-01-06 19:52:12.584 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.minIdle' in [localProperties] with type [String] and value '10'
2016-01-06 19:52:12.584 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [environmentProperties]
2016-01-06 19:52:12.587 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [systemProperties]
2016-01-06 19:52:12.588 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [systemEnvironment]
2016-01-06 19:52:12.588 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxWait' in any property source. Returning [null]
2016-01-06 19:52:12.588 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [localProperties]
2016-01-06 19:52:12.588 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxWait' in [localProperties] with type [String] and value '10000'
2016-01-06 19:52:12.599 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [environmentProperties]
2016-01-06 19:52:12.599 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [systemProperties]
2016-01-06 19:52:12.599 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [systemEnvironment]
2016-01-06 19:52:12.599 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testWhileIdle' in any property source. Returning [null]
2016-01-06 19:52:12.600 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [localProperties]
2016-01-06 19:52:12.600 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testWhileIdle' in [localProperties] with type [String] and value 'true'
2016-01-06 19:52:12.600 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [environmentProperties]
2016-01-06 19:52:12.600 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [systemProperties]
2016-01-06 19:52:12.600 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [systemEnvironment]
2016-01-06 19:52:12.600 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in any property source. Returning [null]
2016-01-06 19:52:12.601 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [localProperties]
2016-01-06 19:52:12.601 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [localProperties] with type [String] and value '2000'
2016-01-06 19:52:12.601 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [environmentProperties]
2016-01-06 19:52:12.601 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [systemProperties]
2016-01-06 19:52:12.601 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [systemEnvironment]
2016-01-06 19:52:12.601 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.validationQuery' in any property source. Returning [null]
2016-01-06 19:52:12.601 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [localProperties]
2016-01-06 19:52:12.602 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.validationQuery' in [localProperties] with type [String] and value 'select 1'
2016-01-06 19:52:12.602 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [environmentProperties]
2016-01-06 19:52:12.602 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [systemProperties]
2016-01-06 19:52:12.602 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [systemEnvironment]
2016-01-06 19:52:12.602 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testOnBorrow' in any property source. Returning [null]
2016-01-06 19:52:12.602 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [localProperties]
2016-01-06 19:52:12.602 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testOnBorrow' in [localProperties] with type [String] and value 'true'
2016-01-06 19:52:12.628 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [environmentProperties]
2016-01-06 19:52:12.628 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [systemProperties]
2016-01-06 19:52:12.628 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [systemEnvironment]
2016-01-06 19:52:12.628 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testOnReturn' in any property source. Returning [null]
2016-01-06 19:52:12.628 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [localProperties]
2016-01-06 19:52:12.629 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testOnReturn' in [localProperties] with type [String] and value 'true'
2016-01-06 19:52:12.629 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave:false' in [environmentProperties]
2016-01-06 19:52:12.629 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave:false' in [systemProperties]
2016-01-06 19:52:12.629 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave:false' in [systemEnvironment]
2016-01-06 19:52:12.629 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.readonlyinslave:false' in any property source. Returning [null]
2016-01-06 19:52:12.630 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave:false' in [localProperties]
2016-01-06 19:52:12.630 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.readonlyinslave:false' in any property source. Returning [null]
2016-01-06 19:52:12.630 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave' in [environmentProperties]
2016-01-06 19:52:12.630 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave' in [systemProperties]
2016-01-06 19:52:12.630 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave' in [systemEnvironment]
2016-01-06 19:52:12.630 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.readonlyinslave' in any property source. Returning [null]
2016-01-06 19:52:12.630 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave' in [localProperties]
2016-01-06 19:52:12.631 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.readonlyinslave' in [localProperties] with type [String] and value 'false'
2016-01-06 19:52:12.631 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout:6000' in [environmentProperties]
2016-01-06 19:52:12.631 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout:6000' in [systemProperties]
2016-01-06 19:52:12.631 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout:6000' in [systemEnvironment]
2016-01-06 19:52:12.631 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectReqTimeout:6000' in any property source. Returning [null]
2016-01-06 19:52:12.631 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout:6000' in [localProperties]
2016-01-06 19:52:12.631 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectReqTimeout:6000' in any property source. Returning [null]
2016-01-06 19:52:12.633 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout' in [environmentProperties]
2016-01-06 19:52:12.633 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout' in [systemProperties]
2016-01-06 19:52:12.633 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout' in [systemEnvironment]
2016-01-06 19:52:12.633 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectReqTimeout' in any property source. Returning [null]
2016-01-06 19:52:12.634 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout' in [localProperties]
2016-01-06 19:52:12.634 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectReqTimeout' in any property source. Returning [null]
2016-01-06 19:52:12.634 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout:6000' in [environmentProperties]
2016-01-06 19:52:12.635 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout:6000' in [systemProperties]
2016-01-06 19:52:12.635 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout:6000' in [systemEnvironment]
2016-01-06 19:52:12.635 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.socketTimeout:6000' in any property source. Returning [null]
2016-01-06 19:52:12.635 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout:6000' in [localProperties]
2016-01-06 19:52:12.635 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.socketTimeout:6000' in any property source. Returning [null]
2016-01-06 19:52:12.635 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout' in [environmentProperties]
2016-01-06 19:52:12.635 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout' in [systemProperties]
2016-01-06 19:52:12.636 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout' in [systemEnvironment]
2016-01-06 19:52:12.636 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.socketTimeout' in any property source. Returning [null]
2016-01-06 19:52:12.639 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout' in [localProperties]
2016-01-06 19:52:12.642 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.socketTimeout' in any property source. Returning [null]
2016-01-06 19:52:12.645 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout:6000' in [environmentProperties]
2016-01-06 19:52:12.645 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout:6000' in [systemProperties]
2016-01-06 19:52:12.645 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout:6000' in [systemEnvironment]
2016-01-06 19:52:12.645 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectTimeout:6000' in any property source. Returning [null]
2016-01-06 19:52:12.645 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout:6000' in [localProperties]
2016-01-06 19:52:12.646 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectTimeout:6000' in any property source. Returning [null]
2016-01-06 19:52:12.646 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout' in [environmentProperties]
2016-01-06 19:52:12.646 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout' in [systemProperties]
2016-01-06 19:52:12.646 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout' in [systemEnvironment]
2016-01-06 19:52:12.646 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectTimeout' in any property source. Returning [null]
2016-01-06 19:52:12.646 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout' in [localProperties]
2016-01-06 19:52:12.647 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectTimeout' in any property source. Returning [null]
2016-01-06 19:52:12.652 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2016-01-06 19:52:12.652 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2016-01-06 19:52:12.653 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
2016-01-06 19:52:12.654 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2016-01-06 19:52:12.654 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2016-01-06 19:52:12.654 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2016-01-06 19:52:12.655 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
2016-01-06 19:52:12.655 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2016-01-06 19:52:12.656 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2016-01-06 19:52:12.656 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2016-01-06 19:52:12.660 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references
2016-01-06 19:52:12.660 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2016-01-06 19:52:12.660 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
2016-01-06 19:52:12.660 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
2016-01-06 19:52:12.660 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references
2016-01-06 19:52:12.660 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
2016-01-06 19:52:12.661 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
2016-01-06 19:52:12.661 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
2016-01-06 19:52:12.661 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references
2016-01-06 19:52:12.661 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
2016-01-06 19:52:12.661 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
2016-01-06 19:52:12.661 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator'
2016-01-06 19:52:12.671 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references
2016-01-06 19:52:12.682 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator'
2016-01-06 19:52:12.684 [main] DEBUG org.springframework.context.support.GenericApplicationContext:714 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4ef74c30]
2016-01-06 19:52:12.686 [main] DEBUG org.springframework.context.support.GenericApplicationContext:738 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1f760b47]
2016-01-06 19:52:12.688 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:741 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@68c72235: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,serviceGlobalExceptionHandler,org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0,stringConverter,jsonConverter,yohobuylogsMasterDataSource,yohobuylogsSlaveDataSource,dynamicDataSource,multipleDataSourceRouter,dataSourceMethodInterceptor,org.springframework.aop.config.internalAutoProxyCreator,daoPoint,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,gatewayErrorMap,serviceErrorMap,configLoader,service-httpClient,service-clientHttpRequestFactory,errorHandler,service-restTemplate,serviceCallAudit,randomStrategy,roundRobinStrategy,serviceCaller,resourceAdaptor,finder,serviceConfigMap,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,IUnionLogDAO,clientCallback,clusterCallback,nodeCallback,elasticAdminClientTemplate,elasticClientTemplate]; root of factory hierarchy
2016-01-06 19:52:12.688 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2016-01-06 19:52:12.689 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2016-01-06 19:52:12.689 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2016-01-06 19:52:12.689 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2016-01-06 19:52:12.689 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
2016-01-06 19:52:12.689 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor'
2016-01-06 19:52:12.690 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.691 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.692 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references
2016-01-06 19:52:12.698 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'daoPoint'
2016-01-06 19:52:12.704 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'daoPoint'
2016-01-06 19:52:12.704 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.706 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references
2016-01-06 19:52:12.708 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.708 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.808 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor'
2016-01-06 19:52:12.809 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
2016-01-06 19:52:12.809 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory'
2016-01-06 19:52:12.809 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.810 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references
2016-01-06 19:52:12.812 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.812 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.815 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory'
2016-01-06 19:52:12.815 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcContentNegotiationManager'
2016-01-06 19:52:12.815 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'mvcContentNegotiationManager'
2016-01-06 19:52:12.816 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.817 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references
2016-01-06 19:52:12.827 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager'
2016-01-06 19:52:12.830 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.830 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.833 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcContentNegotiationManager'
2016-01-06 19:52:12.834 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0'
2016-01-06 19:52:12.835 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0'
2016-01-06 19:52:12.835 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.848 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references
2016-01-06 19:52:12.860 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcContentNegotiationManager'
2016-01-06 19:52:12.860 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.860 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.862 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcCorsConfigurations'
2016-01-06 19:52:12.862 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'mvcCorsConfigurations'
2016-01-06 19:52:12.862 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.864 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references
2016-01-06 19:52:12.869 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.869 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.891 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcCorsConfigurations'
2016-01-06 19:52:12.893 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2016-01-06 19:52:12.893 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2016-01-06 19:52:12.893 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.896 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#9ebe38b'
2016-01-06 19:52:12.896 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.897 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:52:12.897 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:52:12.897 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.897 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references
2016-01-06 19:52:12.900 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:52:12.966 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.966 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.968 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:52:12.968 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.968 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.981 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.981 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.983 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#9ebe38b'
2016-01-06 19:52:12.992 [main] DEBUG org.springframework.beans.BeanUtils:455 - No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention
2016-01-06 19:52:12.993 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references
2016-01-06 19:52:12.995 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.995 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.997 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2016-01-06 19:52:12.997 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0'
2016-01-06 19:52:12.997 [main] DEBUG org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping:174 - Looking for request mappings in application context: org.springframework.context.support.GenericApplicationContext@103f852: startup date [Wed Jan 06 19:52:12 CST 2016]; root of context hierarchy
2016-01-06 19:52:12.998 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:12.998 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.005 [main] DEBUG org.apache.ibatis.logging.LogFactory:128 - Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
2016-01-06 19:52:13.006 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.010 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.011 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.012 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.013 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.013 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'IUnionLogDAO'
2016-01-06 19:52:13.013 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'IUnionLogDAO'
2016-01-06 19:52:13.014 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'IUnionLogDAO' to allow for resolving potential circular references
2016-01-06 19:52:13.019 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:52:13.019 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'sqlSessionFactory'
2016-01-06 19:52:13.019 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.020 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references
2016-01-06 19:52:13.022 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'dynamicDataSource'
2016-01-06 19:52:13.023 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'dynamicDataSource'
2016-01-06 19:52:13.023 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.027 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'dynamicDataSource' to allow for resolving potential circular references
2016-01-06 19:52:13.032 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'yohobuylogsMasterDataSource'
2016-01-06 19:52:13.032 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'yohobuylogsMasterDataSource'
2016-01-06 19:52:13.033 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.040 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'yohobuylogsMasterDataSource' to allow for resolving potential circular references
2016-01-06 19:52:13.044 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.045 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.050 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'yohobuylogsMasterDataSource'
2016-01-06 19:52:13.051 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'yohobuylogsMasterDataSource'
2016-01-06 19:52:13.051 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'dynamicDataSource'
2016-01-06 19:52:13.051 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.052 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.058 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'dynamicDataSource'
2016-01-06 19:52:13.058 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\META-INF\mybatis]
2016-01-06 19:52:13.059 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\META-INF\mybatis] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/META-INF/mybatis/*.xml]
2016-01-06 19:52:13.060 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:424 - Resolved location pattern [classpath*:META-INF/mybatis/*.xml] to resources [file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\META-INF\mybatis\UnionLogMapper.xml]]
2016-01-06 19:52:13.061 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory'
2016-01-06 19:52:13.061 [main] DEBUG org.mybatis.spring.SqlSessionFactoryBean:362 - Property 'configLocation' not specified, using default MyBatis Configuration
2016-01-06 19:52:13.199 [main] DEBUG org.mybatis.spring.SqlSessionFactoryBean:472 - Parsed mapper file: 'file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\META-INF\mybatis\UnionLogMapper.xml]'
2016-01-06 19:52:13.200 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.200 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.203 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'sqlSessionFactory'
2016-01-06 19:52:13.203 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.204 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.209 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'IUnionLogDAO'
2016-01-06 19:52:13.209 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.209 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.210 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'IUnionLogDAO'
2016-01-06 19:52:13.212 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.212 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'clientCallback'
2016-01-06 19:52:13.212 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'clientCallback'
2016-01-06 19:52:13.212 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'clientCallback' to allow for resolving potential circular references
2016-01-06 19:52:13.213 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:52:13.213 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'clientCallback'
2016-01-06 19:52:13.219 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.219 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.220 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'clientCallback'
2016-01-06 19:52:13.220 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.221 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'clusterCallback'
2016-01-06 19:52:13.221 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'clusterCallback'
2016-01-06 19:52:13.221 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'clusterCallback' to allow for resolving potential circular references
2016-01-06 19:52:13.221 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:52:13.222 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'clusterCallback'
2016-01-06 19:52:13.223 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.224 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.224 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'clusterCallback'
2016-01-06 19:52:13.224 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.224 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'nodeCallback'
2016-01-06 19:52:13.225 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'nodeCallback'
2016-01-06 19:52:13.225 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'nodeCallback' to allow for resolving potential circular references
2016-01-06 19:52:13.225 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:52:13.225 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'nodeCallback'
2016-01-06 19:52:13.227 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.227 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.228 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'nodeCallback'
2016-01-06 19:52:13.228 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.228 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'elasticAdminClientTemplate'
2016-01-06 19:52:13.228 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'elasticAdminClientTemplate'
2016-01-06 19:52:13.228 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'elasticAdminClientTemplate' to allow for resolving potential circular references
2016-01-06 19:52:13.229 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:52:13.229 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'elasticAdminClientTemplate'
2016-01-06 19:52:13.234 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.234 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.234 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'elasticAdminClientTemplate'
2016-01-06 19:52:13.235 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.235 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'elasticClientTemplate'
2016-01-06 19:52:13.235 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'elasticClientTemplate'
2016-01-06 19:52:13.235 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'elasticClientTemplate' to allow for resolving potential circular references
2016-01-06 19:52:13.235 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:52:13.235 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'elasticClientTemplate'
2016-01-06 19:52:13.237 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.237 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.237 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'elasticClientTemplate'
2016-01-06 19:52:13.240 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.240 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.246 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0'
2016-01-06 19:52:13.246 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcCorsConfigurations'
2016-01-06 19:52:13.246 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:52:13.246 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0'
2016-01-06 19:52:13.246 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0'
2016-01-06 19:52:13.246 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.406 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references
2016-01-06 19:52:13.412 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcContentNegotiationManager'
2016-01-06 19:52:13.413 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#62923ee6'
2016-01-06 19:52:13.413 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.417 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:52:13.417 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.417 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.418 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#62923ee6'
2016-01-06 19:52:13.419 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4cc76301'
2016-01-06 19:52:13.419 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.423 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.424 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.426 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4cc76301'
2016-01-06 19:52:13.427 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#299266e2'
2016-01-06 19:52:13.427 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.437 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.437 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.440 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#299266e2'
2016-01-06 19:52:13.440 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#66ea1466'
2016-01-06 19:52:13.440 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.443 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.443 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.443 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#66ea1466'
2016-01-06 19:52:13.443 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#3bffddff'
2016-01-06 19:52:13.443 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.446 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.446 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.447 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#3bffddff'
2016-01-06 19:52:13.448 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#50687efb'
2016-01-06 19:52:13.448 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.458 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.458 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.461 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#50687efb'
2016-01-06 19:52:13.462 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#35d6ca49'
2016-01-06 19:52:13.462 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.471 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.471 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.476 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#35d6ca49'
2016-01-06 19:52:13.477 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#46074492'
2016-01-06 19:52:13.477 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.478 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#72b16078'
2016-01-06 19:52:13.478 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.486 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name '(inner bean)#72b16078'
2016-01-06 19:52:13.489 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.489 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.493 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#72b16078'
2016-01-06 19:52:13.493 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.493 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.543 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.543 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.547 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#46074492'
2016-01-06 19:52:13.549 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#3aa3193a'
2016-01-06 19:52:13.549 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.552 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.552 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.554 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#3aa3193a'
2016-01-06 19:52:13.555 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#724bade8'
2016-01-06 19:52:13.556 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.559 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.559 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.562 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#724bade8'
2016-01-06 19:52:13.562 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0'
2016-01-06 19:52:13.563 [main] INFO  org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter:532 - Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@103f852: startup date [Wed Jan 06 19:52:12 CST 2016]; root of context hierarchy
2016-01-06 19:52:13.601 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.601 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.604 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0'
2016-01-06 19:52:13.605 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcUriComponentsContributor'
2016-01-06 19:52:13.605 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'mvcUriComponentsContributor'
2016-01-06 19:52:13.605 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.605 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references
2016-01-06 19:52:13.608 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#41beb473'
2016-01-06 19:52:13.608 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.617 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcContentNegotiationManager'
2016-01-06 19:52:13.618 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#62923ee6#1'
2016-01-06 19:52:13.618 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.618 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:52:13.618 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.620 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.620 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#62923ee6#1'
2016-01-06 19:52:13.620 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4cc76301#1'
2016-01-06 19:52:13.620 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.621 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.621 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.621 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4cc76301#1'
2016-01-06 19:52:13.622 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#299266e2#1'
2016-01-06 19:52:13.622 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.624 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.624 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.625 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#299266e2#1'
2016-01-06 19:52:13.625 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#66ea1466#1'
2016-01-06 19:52:13.625 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.625 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.625 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.626 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#66ea1466#1'
2016-01-06 19:52:13.645 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#3bffddff#1'
2016-01-06 19:52:13.645 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.646 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.646 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.647 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#3bffddff#1'
2016-01-06 19:52:13.647 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#50687efb#1'
2016-01-06 19:52:13.647 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.651 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.651 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.651 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#50687efb#1'
2016-01-06 19:52:13.652 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#35d6ca49#1'
2016-01-06 19:52:13.652 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.653 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.653 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.654 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#35d6ca49#1'
2016-01-06 19:52:13.654 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#46074492#1'
2016-01-06 19:52:13.654 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.654 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#72b16078#1'
2016-01-06 19:52:13.654 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.654 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name '(inner bean)#72b16078#1'
2016-01-06 19:52:13.657 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.658 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.660 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#72b16078#1'
2016-01-06 19:52:13.660 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.660 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.661 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.661 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.661 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#46074492#1'
2016-01-06 19:52:13.662 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#3aa3193a#1'
2016-01-06 19:52:13.662 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.662 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.662 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.662 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#3aa3193a#1'
2016-01-06 19:52:13.663 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#724bade8#1'
2016-01-06 19:52:13.663 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.663 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.663 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.663 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#724bade8#1'
2016-01-06 19:52:13.663 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name '(inner bean)#41beb473'
2016-01-06 19:52:13.664 [main] INFO  org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter:532 - Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@103f852: startup date [Wed Jan 06 19:52:12 CST 2016]; root of context hierarchy
2016-01-06 19:52:13.665 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.665 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.666 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:246 - Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference
2016-01-06 19:52:13.668 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.669 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.669 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#41beb473'
2016-01-06 19:52:13.669 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:52:13.669 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor'
2016-01-06 19:52:13.670 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcUriComponentsContributor'
2016-01-06 19:52:13.670 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2016-01-06 19:52:13.670 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0'
2016-01-06 19:52:13.670 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0'
2016-01-06 19:52:13.670 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.676 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references
2016-01-06 19:52:13.684 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcContentNegotiationManager'
2016-01-06 19:52:13.684 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4cc76301#2'
2016-01-06 19:52:13.684 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.685 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.685 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.685 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4cc76301#2'
2016-01-06 19:52:13.685 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#299266e2#2'
2016-01-06 19:52:13.686 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.687 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.687 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.689 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#299266e2#2'
2016-01-06 19:52:13.689 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#66ea1466#2'
2016-01-06 19:52:13.690 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.690 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.690 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.691 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#66ea1466#2'
2016-01-06 19:52:13.691 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#3bffddff#2'
2016-01-06 19:52:13.691 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.692 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.692 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.707 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#3bffddff#2'
2016-01-06 19:52:13.707 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#50687efb#2'
2016-01-06 19:52:13.707 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.716 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.717 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.718 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#50687efb#2'
2016-01-06 19:52:13.718 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#35d6ca49#2'
2016-01-06 19:52:13.718 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.719 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.719 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.719 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#35d6ca49#2'
2016-01-06 19:52:13.719 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#46074492#2'
2016-01-06 19:52:13.720 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.720 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#72b16078#2'
2016-01-06 19:52:13.720 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.721 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name '(inner bean)#72b16078#2'
2016-01-06 19:52:13.724 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.724 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.725 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#72b16078#2'
2016-01-06 19:52:13.725 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.725 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.729 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.729 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.729 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#46074492#2'
2016-01-06 19:52:13.730 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#c00fff0'
2016-01-06 19:52:13.730 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.731 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.731 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.731 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#c00fff0'
2016-01-06 19:52:13.732 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0'
2016-01-06 19:52:13.733 [main] DEBUG org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver:257 - Looking for exception mappings: org.springframework.context.support.GenericApplicationContext@103f852: startup date [Wed Jan 06 19:52:12 CST 2016]; root of context hierarchy
2016-01-06 19:52:13.735 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.736 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.737 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0'
2016-01-06 19:52:13.738 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0'
2016-01-06 19:52:13.738 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0'
2016-01-06 19:52:13.738 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.739 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references
2016-01-06 19:52:13.743 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.743 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.744 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0'
2016-01-06 19:52:13.744 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0'
2016-01-06 19:52:13.744 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0'
2016-01-06 19:52:13.745 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.745 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references
2016-01-06 19:52:13.748 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.748 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.748 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0'
2016-01-06 19:52:13.748 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping'
2016-01-06 19:52:13.748 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping'
2016-01-06 19:52:13.749 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.749 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references
2016-01-06 19:52:13.755 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcCorsConfigurations'
2016-01-06 19:52:13.755 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2016-01-06 19:52:13.756 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:71 - Looking for URL mappings in application context: org.springframework.context.support.GenericApplicationContext@103f852: startup date [Wed Jan 06 19:52:12 CST 2016]; root of context hierarchy
2016-01-06 19:52:13.756 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified
2016-01-06 19:52:13.756 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified
2016-01-06 19:52:13.756 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified
2016-01-06 19:52:13.756 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified
2016-01-06 19:52:13.757 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified
2016-01-06 19:52:13.757 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified
2016-01-06 19:52:13.757 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcContentNegotiationManager': no URL paths identified
2016-01-06 19:52:13.757 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified
2016-01-06 19:52:13.757 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcCorsConfigurations': no URL paths identified
2016-01-06 19:52:13.757 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified
2016-01-06 19:52:13.757 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified
2016-01-06 19:52:13.757 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcUriComponentsContributor': no URL paths identified
2016-01-06 19:52:13.757 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified
2016-01-06 19:52:13.757 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified
2016-01-06 19:52:13.758 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified
2016-01-06 19:52:13.758 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified
2016-01-06 19:52:13.758 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified
2016-01-06 19:52:13.758 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified
2016-01-06 19:52:13.758 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified
2016-01-06 19:52:13.758 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0': no URL paths identified
2016-01-06 19:52:13.758 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'serviceGlobalExceptionHandler': no URL paths identified
2016-01-06 19:52:13.758 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0': no URL paths identified
2016-01-06 19:52:13.758 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'stringConverter': no URL paths identified
2016-01-06 19:52:13.759 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'jsonConverter': no URL paths identified
2016-01-06 19:52:13.759 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'yohobuylogsMasterDataSource': no URL paths identified
2016-01-06 19:52:13.759 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'yohobuylogsSlaveDataSource': no URL paths identified
2016-01-06 19:52:13.759 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'dynamicDataSource': no URL paths identified
2016-01-06 19:52:13.759 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'multipleDataSourceRouter': no URL paths identified
2016-01-06 19:52:13.759 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'dataSourceMethodInterceptor': no URL paths identified
2016-01-06 19:52:13.759 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified
2016-01-06 19:52:13.759 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'daoPoint': no URL paths identified
2016-01-06 19:52:13.759 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0': no URL paths identified
2016-01-06 19:52:13.759 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'sqlSessionFactory': no URL paths identified
2016-01-06 19:52:13.759 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified
2016-01-06 19:52:13.760 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'gatewayErrorMap': no URL paths identified
2016-01-06 19:52:13.760 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'serviceErrorMap': no URL paths identified
2016-01-06 19:52:13.760 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'configLoader': no URL paths identified
2016-01-06 19:52:13.760 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'service-httpClient': no URL paths identified
2016-01-06 19:52:13.760 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'service-clientHttpRequestFactory': no URL paths identified
2016-01-06 19:52:13.760 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'errorHandler': no URL paths identified
2016-01-06 19:52:13.760 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'service-restTemplate': no URL paths identified
2016-01-06 19:52:13.760 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'serviceCallAudit': no URL paths identified
2016-01-06 19:52:13.760 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'randomStrategy': no URL paths identified
2016-01-06 19:52:13.760 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'roundRobinStrategy': no URL paths identified
2016-01-06 19:52:13.761 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'serviceCaller': no URL paths identified
2016-01-06 19:52:13.761 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'resourceAdaptor': no URL paths identified
2016-01-06 19:52:13.762 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'finder': no URL paths identified
2016-01-06 19:52:13.762 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'serviceConfigMap': no URL paths identified
2016-01-06 19:52:13.762 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified
2016-01-06 19:52:13.762 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified
2016-01-06 19:52:13.762 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'IUnionLogDAO': no URL paths identified
2016-01-06 19:52:13.762 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'clientCallback': no URL paths identified
2016-01-06 19:52:13.762 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'clusterCallback': no URL paths identified
2016-01-06 19:52:13.762 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'nodeCallback': no URL paths identified
2016-01-06 19:52:13.762 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'elasticAdminClientTemplate': no URL paths identified
2016-01-06 19:52:13.763 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'elasticClientTemplate': no URL paths identified
2016-01-06 19:52:13.763 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'environment': no URL paths identified
2016-01-06 19:52:13.763 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'systemProperties': no URL paths identified
2016-01-06 19:52:13.763 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'systemEnvironment': no URL paths identified
2016-01-06 19:52:13.763 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'messageSource': no URL paths identified
2016-01-06 19:52:13.763 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'applicationEventMulticaster': no URL paths identified
2016-01-06 19:52:13.763 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.763 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.764 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping'
2016-01-06 19:52:13.764 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter'
2016-01-06 19:52:13.764 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter'
2016-01-06 19:52:13.764 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.764 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references
2016-01-06 19:52:13.766 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.766 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.769 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter'
2016-01-06 19:52:13.769 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter'
2016-01-06 19:52:13.769 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter'
2016-01-06 19:52:13.770 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.770 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references
2016-01-06 19:52:13.771 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.772 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.772 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter'
2016-01-06 19:52:13.772 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
2016-01-06 19:52:13.772 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'serviceGlobalExceptionHandler'
2016-01-06 19:52:13.772 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'serviceGlobalExceptionHandler'
2016-01-06 19:52:13.773 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.775 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'serviceGlobalExceptionHandler' to allow for resolving potential circular references
2016-01-06 19:52:13.777 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.778 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.778 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'serviceGlobalExceptionHandler'
2016-01-06 19:52:13.778 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0'
2016-01-06 19:52:13.778 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0'
2016-01-06 19:52:13.779 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.787 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0' to allow for resolving potential circular references
2016-01-06 19:52:13.790 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'stringConverter'
2016-01-06 19:52:13.790 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'stringConverter'
2016-01-06 19:52:13.790 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.793 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'stringConverter' to allow for resolving potential circular references
2016-01-06 19:52:13.799 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.800 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.800 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'stringConverter'
2016-01-06 19:52:13.800 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'jsonConverter'
2016-01-06 19:52:13.800 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'jsonConverter'
2016-01-06 19:52:13.801 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.801 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'jsonConverter' to allow for resolving potential circular references
2016-01-06 19:52:13.803 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.804 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.804 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'jsonConverter'
2016-01-06 19:52:13.804 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.805 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.805 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0'
2016-01-06 19:52:13.806 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'stringConverter'
2016-01-06 19:52:13.806 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'jsonConverter'
2016-01-06 19:52:13.806 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'yohobuylogsMasterDataSource'
2016-01-06 19:52:13.806 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'yohobuylogsSlaveDataSource'
2016-01-06 19:52:13.806 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'yohobuylogsSlaveDataSource'
2016-01-06 19:52:13.806 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.806 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'yohobuylogsSlaveDataSource' to allow for resolving potential circular references
2016-01-06 19:52:13.808 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.808 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.808 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'yohobuylogsSlaveDataSource'
2016-01-06 19:52:13.808 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'dynamicDataSource'
2016-01-06 19:52:13.808 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'multipleDataSourceRouter'
2016-01-06 19:52:13.808 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'multipleDataSourceRouter'
2016-01-06 19:52:13.809 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.809 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'multipleDataSourceRouter' to allow for resolving potential circular references
2016-01-06 19:52:13.814 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.815 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.815 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'multipleDataSourceRouter'
2016-01-06 19:52:13.815 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'dataSourceMethodInterceptor'
2016-01-06 19:52:13.815 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'dataSourceMethodInterceptor'
2016-01-06 19:52:13.816 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'dataSourceMethodInterceptor' to allow for resolving potential circular references
2016-01-06 19:52:13.817 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'dataSourceMethodInterceptor'
2016-01-06 19:52:13.817 [main] DEBUG com.yoho.core.dal.datasource.DataSourceMethodInterceptor:104 - DataSourceMethodInterceptor:afterPropertiesSet
2016-01-06 19:52:13.817 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'dataSourceMethodInterceptor'
2016-01-06 19:52:13.818 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
2016-01-06 19:52:13.818 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.818 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:52:13.818 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2016-01-06 19:52:13.818 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'gatewayErrorMap'
2016-01-06 19:52:13.818 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'gatewayErrorMap'
2016-01-06 19:52:13.818 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.819 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'gatewayErrorMap' to allow for resolving potential circular references
2016-01-06 19:52:13.821 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'gatewayErrorMap'
2016-01-06 19:52:13.847 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [gateway-error.yml]
2016-01-06 19:52:13.874 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[200]={message=成功}, [500]={message=不接受此平台}, [501]={message=Open ID Is Null.}, [502]={message=Source Type Is Null or is error.}, [503]={message=登录失败}, [412]={message=%s}, [201]={message=未绑定}, [421]={message=账号不能为空.}, [422]={message=密码不能为空.}, [423]={message=密码不符合规则.}, [425]={message=发送失败}, [400]={message=请输入手机号}, [402]={message=手机号码格式错误}, [401]={message=不存在的第三方}, [403]={message=绑定失败,该帐号已经注册过,请更换}, [411]={message=更新手机号失败}, [420]={message=更新密码失败}, [413]={message=请输入密码}, [424]={message=绑定失败}, [414]={message=注册失败}, [10001]={message=账户必须是手机号或者邮箱}, [10012]={message=用户名或者密码错误}, [10010]={message=用户名或者密码错误}, [404]={message=该手机号已经绑定过账号,请更换手机号码!}, [450]={message=请使用第三方登录}, [451]={message=请选择登录方式}, [452]={message=要修改的地址ID不正确.}, [453]={message=用户ID不正确.}, [454]={message=收货人姓名不正确.}, [455]={message=请填写详细地址.}, [456]={message=省市必须选择.}, [457]={message=手机或者电话必须填写一个.}, [458]={message=添加失败.}, [459]={message=要修改的地址ID或者用户ID为空.}, [460]={message=删除失败.}, [461]={message=id 不存在!}, [462]={message=设置失败!}, [463]={message=请输入验证码!}, [464]={message=修改手机号失败!}, [465]={message=手机号码错误}, [601]={message=获取SSO用户信息错误.}, [602]={message=SSO用户登录信息为空.}, [603]={message=用户UID、邮件、手机号不能为空.}, [604]={message=获取SSO用户信息错误.}, [605]={message=SSO更新错误}, [998]={message=操作失败}, [999]={message=Service {0} is not available!}}
2016-01-06 19:52:13.874 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [gateway-error.yml]
2016-01-06 19:52:13.875 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.875 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.876 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'gatewayErrorMap'
2016-01-06 19:52:13.876 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'serviceErrorMap'
2016-01-06 19:52:13.876 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'serviceErrorMap'
2016-01-06 19:52:13.876 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.877 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'serviceErrorMap' to allow for resolving potential circular references
2016-01-06 19:52:13.877 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'serviceErrorMap'
2016-01-06 19:52:13.877 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error.yml]
2016-01-06 19:52:13.878 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[100200300]={message=user %s not find}, [100200301]={message=user is not validate}, [600001001]={message=param is null}}
2016-01-06 19:52:13.878 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error.yml]
2016-01-06 19:52:13.878 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-common.yml]
2016-01-06 19:52:13.878 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[100000000]={message=成功}}
2016-01-06 19:52:13.879 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-common.yml]
2016-01-06 19:52:13.879 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-product.yml]
2016-01-06 19:52:13.881 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[500001001]={message=type is incorrect, gwError=412:类型不正确}, [500001002]={message=id is incorrect, gwError=412:ID不正确}, [500001003]={message=product does not exist, gwError=412:该产品不存在}, [500001004]={message=favorite product exists, gwError=413:您已经收藏了该商品}, [500001005]={message=add success, gwError=200:收藏成功}, [500001006]={message=add fail, gwError=404:收藏失败}, [500001007]={message=cancel success, gwError=200:取消收藏成功}, [500001008]={message=cancel fail, gwError=404:取消收藏失败}, [500001009]={message=uid is incorrect, gwError=412:用户ID不正确}, [500001010]={message=favorite brand not exists, gwError=412:该品牌不存在}, [500001011]={message=favorite product exists, gwError=413:您已经收藏了该品牌}, [500001012]={message=product_skn Is Null., gwError=404:product_skn Is Null.}, [500001013]={message=promotion_id Is Null., gwError=404:promotion_id Is Null.}, [500001014]={message=Not Product Data., gwError=404:Not Product Data.}, [500001015]={message=activity not contain the product, gwError=500:商品不属于本次活动.}}
2016-01-06 19:52:13.884 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-product.yml]
2016-01-06 19:52:13.884 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-resources.yml]
2016-01-06 19:52:13.886 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[300000001]={message=request error, gwError=400:请求错误}, [300000002]={message=service error, gwError=500:服务错误}, [300001001]={message=content code is empty, gwError=400:content code is empty}, [300001002]={message=client type is empty, gwError=400:client type is empty}, [300001003]={message=gender is empty, gwError=400:gender is empty}, [300001004]={message=page must be greater than 0, gwError=400:page must be greater than 0}, [300001005]={message=limit must be greater than 0, gwError=400:limit must be greater than 0}, [300002001]={message=uid is empty, gwError=400:uid is empty}, [300002002]={message=udid is empty, gwError=400:udid is empty}, [300002003]={message=app version is empty, gwError=400:app version is empty}, [300002004]={message=screen size empty, gwError=400:screen size is empty}, [300002005]={message=no cache clear info, gwError=300002005:没有缓存清除信息}}
2016-01-06 19:52:13.887 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-resources.yml]
2016-01-06 19:52:13.887 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-orders.yml]
2016-01-06 19:52:13.899 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[400001000]={message=parameter is wrong, gwError=400:参数传递错误}, [400001001]={message=order is empty, gwError=400:订单不存在}, [400001002]={message=order code is empty, gwError=400:订单号不存在}, [400001003]={message=uid is empty, gwError=401:uid不存在}, [400001004]={message=delete order fail, gwError=500:删除失败}, [400001005]={message=orders goods is empty, gwError=402:订单商品不存在}, [400001006]={message=order has paid, gwError=406:该订单已经付款无法取消,请申请退货或者联系在线客服.}, [400001007]={message=submit order status fail, gwError=406:提交订单状态失败}, [400001008]={message=payment is empty, gwError=406:支付方式不存在}, [400001009]={message=no delivery order, gwError=500:没有已发货的订单}, [400001010]={message=no logistics order, gwError=500:没有物流订单}, [400001011]={message=not find logistics company, gwError=200:没有找到物流公司}, [400001012]={message=logistics information, gwError=200:物流信息}, [400001013]={message=no change order id, gwError=412:请选择要设置物流单号的换货申请}, [400001014]={message=no express company, gwError=412:请选择物流公司}, [400001015]={message=no express num, gwError=412:请填写快递单号}, [400001016]={message=no login, gwError=412:请先登录}, [400001017]={message=order delete, gwError=500:该订单已被删除}, [400001018]={message=no confirm, gwError=500:订单未确认收货,无法进行换货}, [400001019]={message=order expire, gwError=500:您的订单已经超过了换货有效期,无法进行换货}, [400001020]={message=save express fail, gwError=413:设置快递单号失败}, [400001021]={message=save express success, gwError=401:设置快递单号成功}, [400001022]={message=change request ID error, gwError=401:请选择要查看的换货详情}, [400001023]={message=change source  order not exists, gwError=403:您要查看的换货申请不存在}, [400001024]={message=change source order not exists, gwError=404:您要查看的换货信息原始订单不存在}, [400001025]={message=order no sign, gwError=403:订单未妥投,无法进行换货.}, [400001026]={message=order has expire , gwError=404:已经超过换货的最后期限,无法换货}, [400001027]={message=   no goods , gwError=405:请选择要换的商品}, [400001028]={message=  no receive name, gwError=406:请填写收货人姓名}, [400001029]={message=   no area, gwError=407:请选择省市区}, [400001030]={message=   no address , gwError=403:请填写收货详细地址}, [400001031]={message=  phone wrong , gwError=403:请填写正确的手机号}, [400001032]={message= order no , gwError=403:请选择换货商品寄回方式}, [400001033]={message= order no , gwError=403:请选择换货原因}, [400001034]={message= order no , gwError=403:请填写完整换货信息}, [400001035]={message= order no repeat, gwError=403:请不要重复提交}, [400001036]={message= order num wrong , gwError=401:您申请的换货商品中存在换货数量大于可以进行换货的商品的数量}, [400001037]={message= order no exists, gwError=403:您要查看的换货信息订单不存在}, [400001038]={message= send to erp error, gwError=403:调用ERP后台接口失败}, [400002001]={message=user ID error, gwError=400:用户ID错误}, [400002002]={message=refund request ID error, gwError=401:退货申请ID错误}, [400002003]={message=refund request you want to view does not exist, gwError=403:您要查看的退货申请不存在}, [400002004]={message=without a refund goods, gwError=500:没有退货商品}, [400002005]={message=select to set refund request of logistics number, gwError=412:请选择要设置物流单号的退货申请}, [400002006]={message=select a logistics company, gwError=412:请选择物流公司}, [400002007]={message=fill out the express order, gwError=412:请填写快递单号}, [400002008]={message=please log in first, gwError=412:请先登录}, [400002009]={message=refund request was not found, gwError=412:没有找到该退货申请}, [400002010]={message=failed to set express order, gwError=413:设置快递单号失败}, [400002011]={message=set refund express data fail, gwError=406:提交退货物流数据失败}, [400002012]={message=without refund request goods, gwError=412:没有退货申请商品}, [400002013]={message=invalid user ID, gwError=400:用户ID无效}, [400002014]={message=order number error, gwError=500:订单号错误}, [400002015]={message=the order does not exist, gwError=500:该订单不存在}, [400002016]={message=the order has been deleted, gwError=500:该订单已被删除}, [400002017]={message=the order not confirmed receipt and cannot be returned, gwError=500:该订单未确认收货,无法进行退货}, [400002018]={message=your order has exceeded the return period, gwError=500:您的订单已经超过了退货有效期}, [400002019]={message=order number error, gwError=400:订单号错误}, [400002020]={message=user ID error, gwError=402:用户ID错误}, [400002021]={message=please select the goods to return, gwError=403:请选择要退货的商品}, [400002022]={message=please select refund set, gwError=404:请选择退款设置}, [400002023]={message=please select a method of refund, gwError=440:请选择退款方式}, [400002024]={message=please set up your bank card information, gwError=406:请设置银行卡信息}, [400002025]={message=please set up alipay account, gwError=407:请设置支付宝账号}, [400002026]={message=you want to return the order does not exist, gwError=407:您要退货的订单不存在}, [400002027]={message=the order has been deleted, gwError=430:该订单已删除}, [400002028]={message=please select a return goods, gwError=411:请选择退货商品}, [400002029]={message=please select the reason for return, gwError=408:请选择退货原因}, [400002030]={message=please upload a real shot pictures, gwError=409:请上传实拍图片}, [400002031]={message=please fill out the return instructions, gwError=409:请填写退货说明}, [400002032]={message=return amount exceeds, gwError=410:退货数量已经超过}, [400002033]={message=please do not submit duplicate, gwError=401:请不要重复提交}, [400002034]={message=failed to create local credit order, gwError=420:创建本地退货单失败}, [400002035]={message=failed to create local credit order, gwError=421:创建本地退货单失败}, [400002036]={message=refund submit fail, gwError=406:提交退货申请失败}, [400003001]={message=parameter passing incorrect, gwError=500:参数传递不正确}, [400003002]={message=no exchange or refund information, gwError=500:没有退换货信息}, [400003003]={message=not find the logistics company, gwError=200:没有找到物流公司}, [400003004]={message=no Logistics Information, gwError=500:没有物流信息}, [400004001]={message=submit call erp, gwError=400:{0}}, [400004002]={message=set express call erp, gwError=500:{0}}, [400004003]={message=return order data is missing a required field, gwError=400:{0}}, [400004004]={message=submit call erp result, gwError=400:{0}}}
2016-01-06 19:52:13.900 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-orders.yml]
2016-01-06 19:52:13.900 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-sns.yml]
2016-01-06 19:52:13.901 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[999999999]={message=this is message}}
2016-01-06 19:52:13.901 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-sns.yml]
2016-01-06 19:52:13.901 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-user.yml]
2016-01-06 19:52:13.908 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[999999999]={message=this is message}, [100200300]={message=user %s not find}, [100200301]={message=user is not validate}, [100000000]={message=成功}, [100000001]={message=未绑定, gwError=200:未绑定}, [111111111]={message=other error, gwError=500:系统异常}, [100001001]={message=Open ID Is Null., gwError=400:Open Id 错误}, [100001002]={message=Source Type Is Null or is error., gwError=502:Source Type Is Null or is error.}, [100001003]={message=login error, gwError=502:登录失败}, [100001004]={message=Register parameter is null}, [100001005]={message=Password is invalid}, [100001006]={message=Register failed, gwError=422:注册失败}, [100001007]={message=third_login, gwError=400:请使用第三方登录}, [100001008]={message=login_method, gwError=400:请选择登录方式}, [100001009]={message=bind_success}, [100001010]={message=Address List.}, [100001011]={message=address_id_error}, [100001012]={message=user_id_error}, [100001013]={message=addresseename_error}, [100001014]={message=address_null}, [100001015]={message=province_must}, [100001016]={message=mobile_phone_one}, [100001017]={message=add_success}, [100001018]={message=add_false}, [100001019]={message=id_uid_null}, [100001020]={message=del_success}, [100001021]={message=del_false}, [100001022]={message=provinces list.}, [100001023]={message=id_is_null}, [100001024]={message=set_success}, [100001025]={message=set_false}, [100001026]={message=mobile_number_error, gwError=401:手机号码错误}, [100003000]={message=password is null, gwError=422:密码不能为空.}, [100003001]={message=uid为空, gwError=400:请先登录}, [100003002]={message=not user profile, gwError=421:账号不能为空.}, [100003003]={message=password_not_rule, gwError=423:密码不符合规则.}, [100003004]={message=mobile is null, gwError=400:请输入手机号}, [100003005]={message=mobile is error, gwError=402:手机号码格式错误}, [100003006]={message=send_error, gwError=404:发送失败}, [100003007]={message=Type is null||send_success}, [100003008]={message=Product Id is null}, [100003009]={message=Consult list is null}, [100003010]={message=Consult content is null}, [100003011]={message=Consult product not exist}, [100003012]={message=User is not exist}, [100003013]={message=thread is not exist, gwError=401:不存在的第三方}, [100003014]={message=mobile is register, gwError=400:绑定失败,该帐号已经注册过,请更换}, [100003015]={message=update mobile error, gwError=411:更新手机号失败}, [100003016]={message=update password error}, [100003017]={message=please input password}, [100003018]={message=BIND ERROR}, [100003019]={message=REGISTER ERROR}, [100003020]={message=Request object UserCoupon is null}, [100003021]={message=profile must be mobile or email, gwError=10001:账户必须是邮箱或手机号}, [100003022]={message=password error}, [100003023]={message=user not exists, gwError=404:用户不存在}, [100003024]={message=MOBILE_IS_EXISTS}, [100003025]={message=MOBILE_CHECK_IS_SUCCRSS}, [100003026]={message=code_is_null, gwError=403:请输入验证码!}, [100003027]={message=phone_update_success}, [100003028]={message=phone_update_false}, [100003029]={message=get user sso info error, gwError=500:获取SSO用户信息错误.}, [100003030]={message=sso login info null, gwError=500:SSO用户登录信息为空.}, [100003031]={message=nickname is null}, [100003032]={message=consult insert failed}, [100003033]={message=UID mail mobile must not null}, [100003034]={message=get sso info error}, [100003035]={message=sso update error}, [100003036]={message=Insert user coupons failed}, [100003037]={message=Update user base failed, gwError=500:更新用户信息失败}, [100003038]={message=check mobile success, gwError=200:手机号验证通过}, [100003039]={message=uid is null, gwError=500:uid is null}, [100003040]={message=uid is null, gwError=500:用户uid不能为空}, [100003041]={message=product is empty, gwError=500:没有收藏的产品}, [100003042]={message=brand is empty, gwError=500:没有收藏的品牌}, [100003043]={message=mobile is bind, gwError=400:该手机号已经绑定了其他账号,请更换手机号码}, [100003044]={message=password is error, gwError=10010:用户名或密码错误}, [100003045]={message=SSO_LOGIN_CODE_50101, gwError=10010:用户名或密码错误}, [100003046]={message=VALID_CODE_TIMEOUT_CODE, gwError=405:输入次数太多,请重新发送!}, [100003047]={message=VALID_ERROR, gwError=404:验证错误}, [100003048]={message=session key is null, gwError=400:session key is null}, [100004001]={message=change type is null}, [100004002]={message=change num is null}, [100004003]={message=change param is null}, [100004004]={message=order code is null}, [100004005]={message=currency is null}, [100004006]={message=loginName or password error, gwError=406:登录名或密码错误}, [100005001]={message=uid and udid is null, gwError=400:用户信息不正确}, [100005002]={message=product_skn is null, gwError=400:产品SKN错误}, [100005003]={message=middle_sort_id is null, gwError=400:产品分类错误}, [100005004]={message=uid is null, gwError=400:请先登录}, [100005005]={message=uid is null, gwError=400:用户ID错误}, [100005006]={message=uid is null, gwError=500:请先登录}, [100005007]={message=VERIFY_CODE_ERROR, gwError=404:您输入的验证码有误,请重新输入!}, [100005008]={message=TOKEN_IS_ERROR, gwError=402:token is error}, [100005009]={message=not check mobile, gwError=403:请先验证手机号!}, [100005010]={message=email null, gwError=401:邮箱错误}, [100005011]={message=email error, gwError=402:邮箱格式错误}, [100006001]={message=save suggest: param is null, gwError=400:建议不能为空}, [100006002]={message=save suggest: content is null, gwError=400:内容不能为空}, [100006003]={message=save suggest: failed, gwError=500:添加失败}, [100006004]={message=suggest reliable: udid or suggestId is null, gwError=400:Udid Or Suggest_id Or Sort Is Null}, [100006005]={message=suggest reliable: isReliable invalidated, gwError=400:isReliable invalidated}, [100006006]={message=suggest reliable: set already, gwError=500:您已经操作过}, [100006007]={message=suggest reliable: add failed, gwError=500:操作失败}}
2016-01-06 19:52:13.939 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-user.yml]
2016-01-06 19:52:13.939 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-message.yml]
2016-01-06 19:52:13.947 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[600001001]={message=Request parameter is null, gwError=500:sms parameter is null}, [600001002]={message=IP request over 1000 times in an hour, gwError=500:IP request over 1000 times in an hour}, [600001003]={message=Mobile request over 100 times in a minuter, gwError=500:Mobile request over 100 times in a minuter}, [600001004]={message=Redis error, please check and send message continue., gwError=500:Redis error}, [600001005]={message=SMS template id is null, gwError=500:null template}, [600001006]={message=SMS template not exist, gwError=500:template error}, [600001007]={message=SMS template has no fit user, gwError=500:template user error}, [600001008]={message=SMS template fit user not exist, gwError=500:template user error}, [600001009]={message=Send message failed, gwError=500:Send message failed}, [600001010]={message=uid is null, gwError=500:uid is null}, [600001011]={message=mobile is in black list, gwError=500:mobile is in black list}, [600001012]={message=IP is in black list, gwError=500:IP is in black list}, [600001013]={message=send message num is out of limit, gwError=500:send message num is out of limit}}
2016-01-06 19:52:13.947 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-message.yml]
2016-01-06 19:52:13.947 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-promotion.yml]
2016-01-06 19:52:13.953 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[700001000]={message=参数错误.请确认, gwError=300:参数错误.请确认.}, [700001001]={message=很抱歉!参数错误., gwError=300:很抱歉!参数错误.}, [700001002]={message=该券不是有效的优惠券号码, gwError=301:该券不是有效的优惠券号码}, [700001003]={message=很抱歉!该优惠券处于关闭状态,无法使用, gwError=310:很抱歉!该优惠券处于关闭状态,无法使用}, [700001004]={message=很抱歉!该券号不存在, gwError=303:很抱歉!该券号不存在}, [700001005]={message=很抱歉!优惠券信息不存在, gwError=304:很抱歉!优惠券信息不存在}, [700001006]={message=很抱歉!该优惠券已经作废,无法使用, gwError=311:很抱歉!该优惠券已经作废,无法使用}, [700001007]={message=很抱歉!该券无法使用,请联系客服解决, gwError=302:很抱歉!该券无法使用,请联系客服解决}, [700001008]={message=很抱歉!您的用户身份类型不可使用该券, gwError=306:很抱歉!您的用户身份类型不可使用该券}, [700001009]={message=很抱歉!该券已经达到最大使用量, gwError=312:很抱歉!该券已经达到最大使用量}, [700001010]={message=很抱歉!您已经使用过该优惠券.不能重复使用, gwError=313:很抱歉!您已经使用过该优惠券.不能重复使用}, [700001011]={message=很抱歉!该优惠券未到使用时间或者已过期, gwError=315:很抱歉!该优惠券未到使用时间或者已过期}, [700001012]={message=很抱歉!您领用该券的数量已经达到最大限额,不能再领用, gwError=314:很抱歉!您领用该券的数量已经达到最大限额,不能再领用}, [700001013]={message=很抱歉!您没有该券信息,请使用自己的优惠券进行支付, gwError=317:很抱歉!您没有该券信息,请使用自己的优惠券进行支付}, [700001014]={message=优惠券已经领取, gwError=401:优惠券已经领取}, [700001015]={message=优惠券不存在, gwError=402:优惠券不存在}, [700001016]={message=发放优惠券失败, gwError=404:发放优惠券失败}, [700001017]={message=你来晚了,已被领完~, gwError=403:你来晚了,已被领完~}, [700001018]={message=参数配置信息不存在,请核实, gwError=403:参数配置信息不存在,请核实}, [700001019]={message=发放YOHO币失败, gwError=201:发放YOHO币失败}, [700001020]={message=用户生日信息不存在, gwError=201:用户生日信息不存在}, [700001021]={message=很抱歉!您的用户等级不可领用该券, gwError=402:很抱歉!您的用户等级不可领用该券}, [700001022]={message=很抱歉!生日券一年只能领一次哦, gwError=403:很抱歉!生日券一年只能领一次哦}}
2016-01-06 19:52:13.954 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-promotion.yml]
2016-01-06 19:52:13.954 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-shopping.yml]
2016-01-06 19:52:13.962 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[200001001]={message=request params can not be empty, gwError=400:请求参数不能为空}, [200001002]={message=product sku can not be empty, gwError=400:加入商品不能为空}, [200001003]={message=shopping key can not be empty, gwError=400:shopping key can not be empty}, [200001004]={message=this product can not be purchased more, gwError=500:此商品不能购买更多!!!}, [200001005]={message=shopping cart only add up to 50 paragraph Goods, gwError=500:购物车中最多加入50款商品}, [200001006]={message=no user information., gwError=500:没有用户信息.}, [200001007]={message=shopping cart is empty, gwError=200:没有购物车信息.}, [200001008]={message=product storage num is not enough, gwError=500:你选择的商品库存不足.}, [200001009]={message=the current version does not support your electronic ticket purchase, please try again after the update version., gwError=500:你当前的版本不支持电子票的购买,请更新版本后再试.}, [200001010]={message=without this product., gwError=500:没有这个产品.}, [200001011]={message=the current version does not support the sale of goods purchase, please update to the latest version., gwError=500:当前版本不支持预售商品购买,请更新最新版本.}, [200001012]={message=the last product,can not remove, gwError=500:最后一件商品了.}, [200001013]={message=product_sku_list is null., gwError=400:product_sku_list is null.}, [200001014]={message=packet is error., gwError=501:数据包错误.}, [200001015]={message=swap data is error., gwError=400:替换商品数据不正确.}, [200001016]={message=uid can not be null., gwError=400:UID不能为空}, [200001017]={message=goods does not belong to this promotion., gwError=500:商品不属于本次活动}, [200001018]={message=the number of the coupon does not meet the requirements., gwError=500:未达到该优惠券要求的商品数量}, [200001019]={message=the amount of the coupon does not meet the requirements, gwError=500:未达到该优惠券要求的商品金额}, [200001020]={message=the order is free,you can use coupon next time, gwError=500:订单已免邮,免邮券下次再用吧}, [200001021]={message=there can not use the coupon goods, gwError=500:没有可以使用优惠券的商品}, [200001022]={message=the coupon code can not be null, gwError=400:没有选中优惠券.}, [200001023]={message=shopping cart is null when query, gwError=500:请选择要移除的商品.}, [200001024]={message=shopping cart is null when increase, gwError=500:增加商品异常.}, [200001025]={message=shopping cart is null when decrease, gwError=500:减少商品异常.}, [200001026]={message=shopping cart is null when remove, gwError=500:请选择要移除的商品.}, [200001027]={message=shopping cart is null when swap, gwError=500:减少商品异常.}, [200001028]={message=shopping cart is null when payment, gwError=500:请选择要移除的商品.}, [200001029]={message=shopping cart is null when count, gwError=500:获取总数错误.}, [200001030]={message=shopping cart is null when selected, gwError=500:选择商品异常.}, [200001031]={message=shopping cart is null when compute, gwError=500:请选择要移除的商品.}, [200001032]={message=shopping cart is null when usecoupon, gwError=500:请选择要移除的商品.}, [200001033]={message=shopping cart is null when submit, gwError=500:请选择要移除的商品.}, [200001034]={message=shopping cart is null when addfavorite, gwError=500:请选择要移除的商品.}, [200001040]={message=order has been created., gwError=500:订单已经创建.}, [200001041]={message=Get order code failed!, gwError=500:获取订单号失败!}, [200001042]={message=promotion  not exist, gwError=500:促销活动不存在.}, [200001043]={message=submit erp order  missing goods list, gwError=500:缺少提交ERP订单商品.}, [200001044]={message=submit erp order  missing fields, gwError=500:提交ERP缺少字段.}, [200001045]={message=submit erp order  missing fields, gwError=500:提交ERP订单商品缺少字段.}, [200001046]={message=submit erp order  missing fields, gwError=500:配送信息缺少字段.}, [200001047]={message=submit erp order promotion error, gwError=500:提交ERP促销数据错误.}, [200001048]={message=create order failed, please try again later., gwError=500:创建订单失败,请稍后再试.}, [200001049]={message=local order missing field, gwError=500:缺少字段.}, [200001050]={message=yoho coin beyond currency amounts., gwError=500:超出YOHO币使用数量.}, [200001051]={message=sku buy number over buy limit., gwError=500:商品购买数量超过了限购数量}, [200001052]={message=call erp order status interface exception., gwError=500:创建订单失败,请稍后再试.}, [200001053]={message=submit order,address id is null., gwError=400:配货地址不能为空.}, [200001054]={message=submit order,payment type or payment type is null., gwError=400:请选择支付方式.}, [200001055]={message=submit order,payment type or payment type is null., gwError=400:请选择支付方式.}, [200001056]={message=call erp order status interface.response not 200., gwError=500:创建订单失败,请稍后再试.}, [200001057]={message=add favorite error}, [200001058]={message=call erp order create interface.response not 200., gwError=500:{0}.}, [200001059]={message=create order ,sku list can not be empty., gwError=500:订单商品不能为空.}, [200009999]={message=nonknown exception, gwError=500:系统错误.}}
2016-01-06 19:52:13.963 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-shopping.yml]
2016-01-06 19:52:13.963 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.963 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.964 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'serviceErrorMap'
2016-01-06 19:52:13.964 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'configLoader'
2016-01-06 19:52:13.964 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'configLoader'
2016-01-06 19:52:13.965 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.965 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'configLoader' to allow for resolving potential circular references
2016-01-06 19:52:13.967 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'gatewayErrorMap'
2016-01-06 19:52:13.968 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.968 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.970 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'serviceErrorMap'
2016-01-06 19:52:13.970 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.971 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.976 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1678 - Invoking init method  'init' on bean with name 'configLoader'
2016-01-06 19:52:13.976 [main] INFO  com.yoho.error.internel.ConfigLoader:28 - start to init error code info
2016-01-06 19:52:13.980 [main] INFO  com.yoho.error.internel.ConfigLoader:39 - init error code success. gateway error size 47, service error size 306
2016-01-06 19:52:13.980 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.980 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.980 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'configLoader'
2016-01-06 19:52:13.981 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'service-httpClient'
2016-01-06 19:52:13.981 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'service-httpClient'
2016-01-06 19:52:13.981 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.981 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'service-httpClient' to allow for resolving potential circular references
2016-01-06 19:52:13.983 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.983 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.984 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'service-httpClient'
2016-01-06 19:52:13.984 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'service-clientHttpRequestFactory'
2016-01-06 19:52:13.984 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'service-clientHttpRequestFactory'
2016-01-06 19:52:13.984 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:13.986 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'service-httpClient'
2016-01-06 19:52:14.178 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.178 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.182 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'service-clientHttpRequestFactory' to allow for resolving potential circular references
2016-01-06 19:52:14.183 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.183 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.184 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'service-clientHttpRequestFactory'
2016-01-06 19:52:14.184 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'errorHandler'
2016-01-06 19:52:14.184 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'errorHandler'
2016-01-06 19:52:14.184 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.187 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'errorHandler' to allow for resolving potential circular references
2016-01-06 19:52:14.189 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.189 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.190 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'errorHandler'
2016-01-06 19:52:14.190 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'service-restTemplate'
2016-01-06 19:52:14.191 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'service-restTemplate'
2016-01-06 19:52:14.191 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.194 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'service-clientHttpRequestFactory'
2016-01-06 19:52:14.196 [main] DEBUG org.springframework.beans.BeanUtils:455 - No property editor [org.springframework.http.converter.HttpMessageConverterEditor] found for type org.springframework.http.converter.HttpMessageConverter according to 'Editor' suffix convention
2016-01-06 19:52:14.209 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'service-restTemplate' to allow for resolving potential circular references
2016-01-06 19:52:14.216 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.http.converter.ByteArrayHttpMessageConverter#61386958'
2016-01-06 19:52:14.216 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.217 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.217 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.217 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.http.converter.ByteArrayHttpMessageConverter#61386958'
2016-01-06 19:52:14.217 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#73ee04c8'
2016-01-06 19:52:14.217 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.218 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.218 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.219 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#73ee04c8'
2016-01-06 19:52:14.219 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.http.converter.ResourceHttpMessageConverter#7671cb68'
2016-01-06 19:52:14.219 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.219 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.220 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.220 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.http.converter.ResourceHttpMessageConverter#7671cb68'
2016-01-06 19:52:14.220 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.http.converter.FormHttpMessageConverter#49dc7102'
2016-01-06 19:52:14.220 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.221 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.221 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.222 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.http.converter.FormHttpMessageConverter#49dc7102'
2016-01-06 19:52:14.222 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#6b8ca3c8'
2016-01-06 19:52:14.222 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.223 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.223 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.223 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#6b8ca3c8'
2016-01-06 19:52:14.223 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'errorHandler'
2016-01-06 19:52:14.224 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.224 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.233 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'service-restTemplate'
2016-01-06 19:52:14.233 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'serviceCallAudit'
2016-01-06 19:52:14.233 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'serviceCallAudit'
2016-01-06 19:52:14.233 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.238 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'serviceCallAudit' to allow for resolving potential circular references
2016-01-06 19:52:14.240 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.241 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.241 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'serviceCallAudit'
2016-01-06 19:52:14.242 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'randomStrategy'
2016-01-06 19:52:14.242 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'randomStrategy'
2016-01-06 19:52:14.242 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.242 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'randomStrategy' to allow for resolving potential circular references
2016-01-06 19:52:14.244 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.245 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.245 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'randomStrategy'
2016-01-06 19:52:14.246 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'roundRobinStrategy'
2016-01-06 19:52:14.246 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'roundRobinStrategy'
2016-01-06 19:52:14.246 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.246 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'roundRobinStrategy' to allow for resolving potential circular references
2016-01-06 19:52:14.248 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.248 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.248 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'roundRobinStrategy'
2016-01-06 19:52:14.248 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'serviceCaller'
2016-01-06 19:52:14.249 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'serviceCaller'
2016-01-06 19:52:14.249 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.250 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'serviceCaller' to allow for resolving potential circular references
2016-01-06 19:52:14.252 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'finder'
2016-01-06 19:52:14.252 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'finder'
2016-01-06 19:52:14.252 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.253 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'finder' to allow for resolving potential circular references
2016-01-06 19:52:14.255 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'serviceConfigMap'
2016-01-06 19:52:14.255 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'serviceConfigMap'
2016-01-06 19:52:14.255 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.255 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'serviceConfigMap' to allow for resolving potential circular references
2016-01-06 19:52:14.278 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'resourceAdaptor'
2016-01-06 19:52:14.279 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'resourceAdaptor'
2016-01-06 19:52:14.279 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.280 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'resourceAdaptor' to allow for resolving potential circular references
2016-01-06 19:52:14.282 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1678 - Invoking init method  'startMonitor' on bean with name 'resourceAdaptor'
2016-01-06 19:52:14.289 [main] ERROR com.yoho.core.rest.client.localfile.ResourcesHolder:63 - io exception
java.io.FileNotFoundException: class path resource [services.yml] cannot be resolved to URL because it does not exist
	at org.springframework.core.io.ClassPathResource.getURL(ClassPathResource.java:187) ~[spring-core-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.core.io.AbstractFileResolvingResource.getFile(AbstractFileResolvingResource.java:48) ~[spring-core-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at com.yoho.core.rest.client.localfile.ResourcesHolder.startMonitor(ResourcesHolder.java:47) ~[yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar:1.0.1-SNAPSHOT]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_60]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_60]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_60]
	at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_60]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1706) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1645) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.config.BeanExpressionContext.getObject(BeanExpressionContext.java:56) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.context.expression.BeanExpressionContextAccessor.read(BeanExpressionContextAccessor.java:42) [spring-context-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:211) [spring-expression-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:94) [spring-expression-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:81) [spring-expression-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.expression.spel.ast.CompoundExpression.getValueRef(CompoundExpression.java:51) [spring-expression-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:87) [spring-expression-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:120) [spring-expression-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:242) [spring-expression-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:161) [spring-context-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.evaluateBeanDefinitionString(AbstractBeanFactory.java:1412) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.doEvaluate(BeanDefinitionValueResolver.java:255) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.evaluate(BeanDefinitionValueResolver.java:214) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:186) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1481) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1226) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1481) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1226) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1481) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1226) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:835) [spring-context-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:537) [spring-context-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:98) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:116) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:83) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:228) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:230) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:249) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:89) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:193) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192) [.cp/:na]
2016-01-06 19:52:14.290 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.290 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:14.291 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'resourceAdaptor'
2016-01-06 19:52:14.296 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'serviceConfigMap'
2016-01-06 19:52:14.296 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [services.yml]
2016-01-06 19:52:14.298 [main] WARN  org.springframework.context.support.GenericApplicationContext:544 - Exception encountered during context initialization - cancelling refresh attempt
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceCaller' defined in URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-services-client.xml]: Cannot resolve reference to bean 'finder' while setting bean property 'serviceFinder'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'finder' defined in URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-services-client.xml]: Cannot resolve reference to bean 'serviceConfigMap' while setting bean property 'configs'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceConfigMap' defined in URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-services-client.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: java.io.FileNotFoundException: class path resource [services.yml] cannot be opened because it does not exist
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1481) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1226) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:835) ~[spring-context-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:537) ~[spring-context-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:98) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:116) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:83) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:228) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:230) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:249) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:89) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:193) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192) [.cp/:na]
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'finder' defined in URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-services-client.xml]: Cannot resolve reference to bean 'serviceConfigMap' while setting bean property 'configs'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceConfigMap' defined in URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-services-client.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: java.io.FileNotFoundException: class path resource [services.yml] cannot be opened because it does not exist
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1481) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1226) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	... 43 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceConfigMap' defined in URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-services-client.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: java.io.FileNotFoundException: class path resource [services.yml] cannot be opened because it does not exist
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1578) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	... 53 common frames omitted
Caused by: java.lang.IllegalStateException: java.io.FileNotFoundException: class path resource [services.yml] cannot be opened because it does not exist
	at org.springframework.beans.factory.config.YamlProcessor.handleProcessError(YamlProcessor.java:184) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.config.YamlProcessor.process(YamlProcessor.java:176) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.config.YamlProcessor.process(YamlProcessor.java:136) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.config.YamlMapFactoryBean.createMap(YamlMapFactoryBean.java:116) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.config.YamlMapFactoryBean.afterPropertiesSet(YamlMapFactoryBean.java:90) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1637) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	... 60 common frames omitted
Caused by: java.io.FileNotFoundException: class path resource [services.yml] cannot be opened because it does not exist
	at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:172) ~[spring-core-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.config.YamlProcessor.process(YamlProcessor.java:156) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	... 65 common frames omitted
2016-01-06 19:52:14.302 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:512 - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@68c72235: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,serviceGlobalExceptionHandler,org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0,stringConverter,jsonConverter,yohobuylogsMasterDataSource,yohobuylogsSlaveDataSource,dynamicDataSource,multipleDataSourceRouter,dataSourceMethodInterceptor,org.springframework.aop.config.internalAutoProxyCreator,daoPoint,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,gatewayErrorMap,serviceErrorMap,configLoader,service-httpClient,service-clientHttpRequestFactory,errorHandler,service-restTemplate,serviceCallAudit,randomStrategy,roundRobinStrategy,serviceCaller,resourceAdaptor,finder,serviceConfigMap,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,IUnionLogDAO,clientCallback,clusterCallback,nodeCallback,elasticAdminClientTemplate,elasticClientTemplate]; root of factory hierarchy
2016-01-06 19:52:14.303 [main] DEBUG org.springframework.beans.factory.support.DisposableBeanAdapter:326 - Invoking destroy method 'destroy' on bean with name 'resourceAdaptor'
2016-01-06 19:52:14.304 [main] WARN  org.springframework.beans.factory.support.DisposableBeanAdapter:360 - Invocation of destroy method 'destroy' failed on bean with name 'resourceAdaptor'
java.lang.IllegalStateException: Monitor is not running
	at org.apache.commons.io.monitor.FileAlterationMonitor.stop(FileAlterationMonitor.java:163) ~[commons-io-2.2.jar:2.2]
	at org.apache.commons.io.monitor.FileAlterationMonitor.stop(FileAlterationMonitor.java:150) ~[commons-io-2.2.jar:2.2]
	at com.yoho.core.rest.client.localfile.ResourcesHolder.destroy(ResourcesHolder.java:74) ~[yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar:1.0.1-SNAPSHOT]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_60]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_60]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_60]
	at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_60]
	at org.springframework.beans.factory.support.DisposableBeanAdapter.invokeCustomDestroyMethod(DisposableBeanAdapter.java:353) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:276) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:578) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:554) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:972) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:523) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:979) [spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1000) [spring-context-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:547) [spring-context-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:98) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:116) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:83) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:228) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:230) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:249) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:89) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:193) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192) [.cp/:na]
2016-01-06 19:52:14.306 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean 'org.springframework.http.converter.ByteArrayHttpMessageConverter#61386958': [service-restTemplate]
2016-01-06 19:52:14.306 [main] DEBUG org.springframework.beans.factory.support.DisposableBeanAdapter:248 - Invoking destroy() on bean with name 'service-clientHttpRequestFactory'
2016-01-06 19:52:14.306 [main] DEBUG org.apache.http.impl.conn.PoolingHttpClientConnectionManager:388 - Connection manager is shutting down
2016-01-06 19:52:14.307 [main] DEBUG org.apache.http.impl.conn.PoolingHttpClientConnectionManager:394 - Connection manager shut down
2016-01-06 19:52:14.308 [main] DEBUG org.springframework.beans.factory.support.DisposableBeanAdapter:326 - Invoking destroy method 'close' on bean with name 'yohobuylogsSlaveDataSource'
2016-01-06 19:52:14.308 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#4cc76301#2': [org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0]
2016-01-06 19:52:14.308 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#72b16078#2': [(inner bean)#46074492#2]
2016-01-06 19:52:14.309 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#41beb473': [mvcUriComponentsContributor]
2016-01-06 19:52:14.309 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#62923ee6#1': [(inner bean)#41beb473]
2016-01-06 19:52:14.310 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#72b16078#1': [(inner bean)#46074492#1]
2016-01-06 19:52:14.311 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#62923ee6': [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0]
2016-01-06 19:52:14.311 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#72b16078': [(inner bean)#46074492]
2016-01-06 19:52:14.312 [main] DEBUG org.springframework.beans.factory.support.DisposableBeanAdapter:326 - Invoking destroy method 'close' on bean with name 'yohobuylogsMasterDataSource'
2016-01-06 19:52:14.313 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#9ebe38b': [org.springframework.web.servlet.handler.MappedInterceptor#0]
2016-01-06 19:52:14.316 [main] ERROR org.springframework.test.context.TestContextManager:231 - Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@553a3d88] to prepare test instance [com.test.Test@1786f9d5]
java.lang.IllegalStateException: Failed to load ApplicationContext
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:124) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:83) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:228) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:230) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:249) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:89) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:193) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192) [.cp/:na]
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceCaller' defined in URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-services-client.xml]: Cannot resolve reference to bean 'finder' while setting bean property 'serviceFinder'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'finder' defined in URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-services-client.xml]: Cannot resolve reference to bean 'serviceConfigMap' while setting bean property 'configs'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceConfigMap' defined in URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-services-client.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: java.io.FileNotFoundException: class path resource [services.yml] cannot be opened because it does not exist
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1481) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1226) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:835) ~[spring-context-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:537) ~[spring-context-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:98) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:116) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	... 25 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'finder' defined in URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-services-client.xml]: Cannot resolve reference to bean 'serviceConfigMap' while setting bean property 'configs'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceConfigMap' defined in URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-services-client.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: java.io.FileNotFoundException: class path resource [services.yml] cannot be opened because it does not exist
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1481) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1226) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	... 43 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceConfigMap' defined in URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-services-client.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: java.io.FileNotFoundException: class path resource [services.yml] cannot be opened because it does not exist
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1578) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	... 53 common frames omitted
Caused by: java.lang.IllegalStateException: java.io.FileNotFoundException: class path resource [services.yml] cannot be opened because it does not exist
	at org.springframework.beans.factory.config.YamlProcessor.handleProcessError(YamlProcessor.java:184) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.config.YamlProcessor.process(YamlProcessor.java:176) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.config.YamlProcessor.process(YamlProcessor.java:136) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.config.YamlMapFactoryBean.createMap(YamlMapFactoryBean.java:116) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.config.YamlMapFactoryBean.afterPropertiesSet(YamlMapFactoryBean.java:90) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1637) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	... 60 common frames omitted
Caused by: java.io.FileNotFoundException: class path resource [services.yml] cannot be opened because it does not exist
	at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:172) ~[spring-core-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.config.YamlProcessor.process(YamlProcessor.java:156) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	... 65 common frames omitted
2016-01-06 19:52:14.391 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener:141 - After test class: context [DefaultTestContext@4fb64261 testClass = Test, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42607a4f testClass = Test, locations = '{classpath*:META-INF/spring/sprin*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
2016-01-06 19:52:54.853 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner:142 - SpringJUnit4ClassRunner constructor called with [class com.test.Test]
2016-01-06 19:52:54.858 [main] DEBUG org.springframework.test.context.BootstrapUtils:96 - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2016-01-06 19:52:54.862 [main] DEBUG org.springframework.test.context.BootstrapUtils:79 - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2016-01-06 19:52:54.871 [main] DEBUG org.springframework.test.context.BootstrapUtils:146 - Instantiating TestContextBootstrapper for test class [com.test.Test] from class [org.springframework.test.context.support.DefaultTestContextBootstrapper]
2016-01-06 19:52:54.892 [main] DEBUG org.springframework.test.context.support.AbstractDelegatingSmartContextLoader:97 - Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@704a52ec declaringClass = 'com.test.Test', classes = '{}', locations = '{classpath*:META-INF/spring/sprin*.xml}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
2016-01-06 19:52:54.894 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils:84 - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.test.Test]
2016-01-06 19:52:54.898 [main] DEBUG org.springframework.test.context.support.DefaultTestContextBootstrapper:130 - @TestExecutionListeners is not present for class [com.test.Test]: using defaults.
2016-01-06 19:52:54.904 [main] INFO  org.springframework.test.context.support.DefaultTestContextBootstrapper:259 - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2016-01-06 19:52:54.919 [main] INFO  org.springframework.test.context.support.DefaultTestContextBootstrapper:185 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@23fe1d71, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@28ac3dc3, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@32eebfca, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4e718207, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1d371b2d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@543c6f6d]
2016-01-06 19:52:54.923 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:71 - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.test.Test]
2016-01-06 19:52:54.923 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:83 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.test.Test]
2016-01-06 19:52:54.924 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:71 - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.test.Test]
2016-01-06 19:52:54.924 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:83 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.test.Test]
2016-01-06 19:52:54.925 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:71 - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.test.Test]
2016-01-06 19:52:54.925 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:83 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.test.Test]
2016-01-06 19:52:54.927 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener:141 - Before test class: context [DefaultTestContext@544a2ea6 testClass = Test, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2e3fc542 testClass = Test, locations = '{classpath*:META-INF/spring/sprin*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
2016-01-06 19:52:54.927 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:71 - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.test.Test]
2016-01-06 19:52:54.927 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:83 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.test.Test]
2016-01-06 19:52:54.929 [main] DEBUG org.springframework.test.context.support.DependencyInjectionTestExecutionListener:81 - Performing dependency injection for test context [[DefaultTestContext@544a2ea6 testClass = Test, testInstance = com.test.Test@10a035a0, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2e3fc542 testClass = Test, locations = '{classpath*:META-INF/spring/sprin*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]].
2016-01-06 19:52:54.930 [main] DEBUG org.springframework.test.context.support.AbstractDelegatingSmartContextLoader:107 - Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@2e3fc542 testClass = Test, locations = '{classpath*:META-INF/spring/sprin*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]].
2016-01-06 19:52:54.930 [main] DEBUG org.springframework.test.context.support.AbstractGenericContextLoader:107 - Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@2e3fc542 testClass = Test, locations = '{classpath*:META-INF/spring/sprin*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]].
2016-01-06 19:52:55.003 [main] DEBUG org.springframework.core.env.StandardEnvironment:109 - Adding [systemProperties] PropertySource with lowest search precedence
2016-01-06 19:52:55.004 [main] DEBUG org.springframework.core.env.StandardEnvironment:109 - Adding [systemEnvironment] PropertySource with lowest search precedence
2016-01-06 19:52:55.005 [main] DEBUG org.springframework.core.env.StandardEnvironment:127 - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
2016-01-06 19:52:55.013 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring]
2016-01-06 19:52:55.014 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-web/target/classes/META-INF/spring/sprin*.xml]
2016-01-06 19:52:55.016 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-error\target\classes\META-INF\spring]
2016-01-06 19:52:55.016 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\META-INF\spring] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/META-INF/spring/sprin*.xml]
2016-01-06 19:52:55.017 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:55.018 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:55.018 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:424 - Resolved location pattern [classpath*:META-INF/spring/sprin*.xml] to resources [file [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring\spring-mvc.xml], file [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring\spring-mybatis.xml], file [D:\work\workspace\yoho\yoho-error\target\classes\META-INF\spring\spring-error.xml], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-rest-service.xml], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-services-client.xml]]
2016-01-06 19:52:55.019 [main] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring\spring-mvc.xml]
2016-01-06 19:52:55.023 [main] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2016-01-06 19:52:55.044 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:141 - Loading schema mappings from [META-INF/spring.schemas]
2016-01-06 19:52:55.047 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:147 - Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/oxm/spring-oxm-3.0.xsd=org/springframework/oxm/config/spring-oxm-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-4.2.xsd=org/springframework/transaction/config/spring-tx-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/oxm/spring-oxm-4.2.xsd=org/springframework/oxm/config/spring-oxm-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/oxm/spring-oxm.xsd=org/springframework/oxm/config/spring-oxm-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/oxm/spring-oxm-4.1.xsd=org/springframework/oxm/config/spring-oxm-4.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/oxm/spring-oxm-3.2.xsd=org/springframework/oxm/config/spring-oxm-3.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/aop/spring-aop-4.2.xsd=org/springframework/aop/config/spring-aop-4.2.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/oxm/spring-oxm-4.0.xsd=org/springframework/oxm/config/spring-oxm-4.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/oxm/spring-oxm-3.1.xsd=org/springframework/oxm/config/spring-oxm-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.2.xsd}
2016-01-06 19:52:55.049 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.1.xsd
2016-01-06 19:52:55.074 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/context/spring-context-3.1.xsd] in classpath: org/springframework/context/config/spring-context-3.1.xsd
2016-01-06 19:52:55.090 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.1.xsd
2016-01-06 19:52:55.095 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.0.xsd
2016-01-06 19:52:55.103 [main] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2016-01-06 19:52:55.113 [main] DEBUG org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver:157 - Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/oxm=org.springframework.oxm.config.OxmNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}
2016-01-06 19:52:55.134 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho]
2016-01-06 19:52:55.134 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.135 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.135 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.136 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\model] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.136 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho]
2016-01-06 19:52:55.137 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.137 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.137 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.137 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.138 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.138 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.139 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho]
2016-01-06 19:52:55.139 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.139 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.139 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\exception] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.140 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\exception\handler] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.140 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\internel] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.141 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:55.142 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar]
2016-01-06 19:52:55.145 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:55.146 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:55.147 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:55.149 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:55.152 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho]
2016-01-06 19:52:55.153 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.153 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.153 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.156 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.156 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.159 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.160 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.161 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho]
2016-01-06 19:52:55.161 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.161 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.162 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.162 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.163 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.163 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.164 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho]
2016-01-06 19:52:55.165 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.165 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.165 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.165 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.166 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.167 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.169 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho]
2016-01-06 19:52:55.169 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.169 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.170 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.170 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\browse] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.170 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\consts] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.171 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.171 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.172 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.174 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\vip] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.176 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho]
2016-01-06 19:52:55.176 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.177 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.177 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.177 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.178 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\favorite] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.178 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.179 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\order] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.180 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\promotion] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.180 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\search] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.180 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\shopcart] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.181 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\wrapper] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.181 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.182 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\search] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.182 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.184 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho]
2016-01-06 19:52:55.184 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.185 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.185 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.185 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.185 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.186 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\promotion] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.187 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\refund] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.188 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.189 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.189 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.190 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.191 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\utils] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.193 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho]
2016-01-06 19:52:55.193 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.194 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.196 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.197 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.198 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.198 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.198 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.199 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.199 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:52:55.200 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:424 - Resolved location pattern [classpath*:com/yoho/**/*.class] to resources [file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\IUnionLogDAO.class], file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\model\UnionLog.class], file [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union\BaseBO.class], file [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union\request\AddUnionRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union\response\UnionResponseBO.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\ErrorCode.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\exception\handler\AbstractGlobalExceptionHandler.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\exception\handler\ServiceGlobalExceptionHandler.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\exception\ServiceException.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\GatewayError.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\internel\ConfigLoader.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\ServiceError.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/helpers/ImagesHelper.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/helpers/StackTraceHelper.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/http/HttpClientsFactory$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/http/HttpClientsFactory.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/filter/AbstractFilter.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/filter/TimerFilter.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/interceptor/MethodProfileInterceptor.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/RequestStatistic$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/RequestStatistic.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/ThreadProfile$Entry.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/ThreadProfile$StackTrace.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/ThreadProfile.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/restbean/ResponseBean.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/utils/LocalIp.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/utils/LogUtils.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/utils/MD5.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/utils/URIBuilder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/utils/YHMath.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClientCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClusterCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/NodeCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticClientFactory.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticConfig.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticQuery.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticResult.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$4.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$10.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$9.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$3.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$17.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$12.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$4.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$7.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$14.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$16.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$18.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$15.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$13.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$5.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$11.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$2.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$8.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$2.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$3.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$6.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticAdminClientTemplate.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticClientTemplate.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/MultiDataSourceRouter.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DataSourceMethodInterceptor.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DynamicDataSource.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/annotation/ServiceDesc.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/annotation/MethodDesc.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/server/ServiceRegistrar.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/server/YHServiceDiscovery.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/client/DefaultZKClusterClient.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/client/ZKClusterClient.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/CreateMode.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/exception/ZKConnectException.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/exception/ZKOperateException.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/factory/ZkConfig.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/factory/ZKConfigParser.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/factory/ZookeeperClientMakerFactory$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/factory/ZookeeperClientMakerFactory$2.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/factory/ZookeeperClientMakerFactory.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/listener/DefaultConnectionListener.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/listener/DefaultNodeCacheListener.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/listener/ZKConnectionListener.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/listener/ZkNodeListener.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/Node.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/util/ZkPathUtils.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/ZKBootStartup$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/ZKBootStartup.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/ZkNodeData.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/common/InstanceDetail$InstanceDetailBuilder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/common/CuratorFrameworkFactoryBean.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/common/InstanceDetail.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/common/InstanceDetail$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/exception/ServiceNotFoundException.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/exception/ServiceNotAvaibleException.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/RestClientErrorHandler.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/hystrix/HytrixBaseCommand.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/hystrix/HytrixGetCommand.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/hystrix/HytrixPostCommand.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/hystrix/AsyncFuture.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/ServiceCaller.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/localfile/ResourcesHolder$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/localfile/ResourcesHolder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/localfile/LocalFinder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/localfile/ResourcesHolder$ServiceFileChangedListener.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/localfile/FileChangeEvent.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/RestTemplateUtils.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/RestClientErrorHandler$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/HystrixServiceCaller.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/statistics/ServiceCallAudit.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/ServiceFinder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/zookeeper/CuratorXDiscoveryClientWrapper.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/zookeeper/ZookeeperFinder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/strategy/Strategy.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/strategy/RandomStrategy.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/strategy/RoundRobinStrategy.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/NativeServiceCaller.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model\CommentBo.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model\CommentsRecordBo.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model\ShareOrderBo.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model\ShareOrderGoodsBo.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model\ShareOrderTagBo.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\BaseSnsRequest.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\BatchSnsRequest.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\CommentRecordAddReq.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\CommentRecordReq.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\CommentReq.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\ShareOrderAudReq.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\ShareOrderForm.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\response\PageResponse.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\response\ProductFilterResponse.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\response\ResponseBean.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\BrandBO.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ClientBO.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ClientInitConfigBO$Clearcache.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ClientInitConfigBO$Config.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ClientInitConfigBO.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\NoticeBO.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\request\NoticeRequest.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\request\ResourcesRequestBody.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AddfloorParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AddfloorParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AppHotBrandsParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AppHotBrandsParsedResource$Title.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AppHotBrandsParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AppIconListParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AppIconListParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\FocusParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\FocusParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\NoticeParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\NoticeParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\SingleImageParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\SingleImageParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\SmallPicParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\SmallPicParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ResourcesBO.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ActivityBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ConditionLevel1Param.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ConditionLevel2Param.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ConditionLevel3Param.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ConditionParamBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\Conditions.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\CouponForm.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\CouponsBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\CouponsLogBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\CouponTypeBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\GateBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\OrderPromotion.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\OrderPromotionInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ProductBuyLimitBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ProductLimitBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\ActivityCouponReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\ActivityReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\CouponChannelReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\CouponsLogReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\CouponsReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\CouponUseReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\GateReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\ParamsConfigReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\ProductCouponsReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\ProductLimitReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\PromotionBuyLimitReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\UserConponsReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\response\EventConfigRsp.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\response\ProductCouponsInfo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\response\ProductCouponsRsp.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\UserConponsBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\BaseBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\browse\CategoryBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\browse\ProductBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\consts\Constant.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\AreaBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\MiniProfileInfoBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\OpenidUserBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\Profile.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\ProfileInfoBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserAddressBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserBaseBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserBaseProfileBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserProfileBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserProfileVerifyBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserShareBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\AreaReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\AuthReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\BackpwdByEmailReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\BatchReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\BindMobileReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\BrandFavoriteReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\BrowseReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ChangeBindMobileReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ChangePwdRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ConsultReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\CouponsReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\DESRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\FavoriteCountReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\HeadModifyReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\MobileCheckReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ModifyHeadReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\MyIndexReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\PageReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ProductFavoriteReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ProfileRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\RedEnvelopesReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\RegisterReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\SendEmailRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\SigninBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\SigninByOpenIDReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\SuggestQueryReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\SuggestUpdateReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserAddressReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserBaseReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserConponsBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserProfileReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserSessionReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserVipReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\YohoCoinCostReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\YohoCoinHistoryReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\YohoCoinLogReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\YohoCurrencyReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\AddressInfoRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\AddressInsertRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\AreaRspBo.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BatchRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BindMobileRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BrandFavoriteRespBO$Good.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BrandFavoriteRespBO$Product.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BrandFavoriteRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BrowseRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ChangeBindMobileRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\CheckMobileRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\CommonRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ConsultRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\CouponsDataRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\CouponsRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\MyIndexRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\PageResponseBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ProductBrowseRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ProductFavoriteRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ProfileInfoRsp.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\RedPacketInfoResponseBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\RedpacketResponseBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\RegisterRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ReturnInfoModel.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SigninByOpenIDRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SigninRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SSORspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SuggestPageRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SuggestQueryRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SuggestUpdateRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\UserAddressRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\UserAddressUpdateRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\UserBaseListRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\UserBaseRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\VipInfoRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoin.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoinCostRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoinHistoryDataRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoinHistoryRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoinLogDataRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoinLogRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCurrencyRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\vip\CostInfo.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\vip\PremiumScop.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\vip\VipInfo.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\vip\VipLevel.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\ConfigParams$1.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\ConfigParams$2.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\ConfigParams$3.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\ConfigParams.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\FavoriteProductParams.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\ProductIntroErrorMsg.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ArrivedProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\BrandBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\BrowseRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\CategoryBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ChangeProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\CommentBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\CommonBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ConsultBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ConsultLikeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\CouponsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\favorite\FavoriteProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\favorite\UserFaviteProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\FavoriteProductBO.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\FitModelBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\GoodsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\GoodsImagesBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\GoodsSizeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\HotRankTagBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\BaseBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\GoodsDescBo$Detail.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\GoodsDescBo$Param.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\GoodsDescBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\Html5ConfigBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\MaterialsBo$ProductMaterialBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\MaterialsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\MeasurementMethodBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ModelBo$Detail.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ModelBo$Param.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ModelBo$Params.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ModelBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ProductDescBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ProductDetailBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\SizeInfoBo$Detail.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\SizeInfoBo$Param.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\SizeInfoBo$Params.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\SizeInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\TagsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\WashTipsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\YourPreferProduct.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\INull.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\KeyWordInfo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ModelBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\NullProductColorBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\NullProductDescBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\NullProductExtraBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\NullProductInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\order\ProductOrderBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductCallBackDataBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductColorBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductDescBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductExtraBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductGiftBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductIntroBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductMaterialBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductPriceBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductTagBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\promotion\AddCostProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\promotion\ProductGiftDetailBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\PromotionBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\QueryBrandIdReq.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\QuerySalesCategoryReq.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ReferenceSizeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\RefundProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SalesCategoryBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SalesCategoryRspBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\search\FavoriteBrand.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\search\NullFavoriteBrand.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\search\ProductSearchBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\shopcart\ProductBasicInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\shopcart\ProductShopCartBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SimpleBrandInfo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SizeAttributeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SizeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SizeInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SortAttributeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\StandardBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\StorageBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\VipPriceBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\WashTipsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\wrapper\CommentBoWrapper.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\wrapper\ConsultBoWrapper.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\AddCostProductRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\BaseRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\BatchBaseRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\BatchProductOrderRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\BatchUpdateStorageRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\BrandQueryReq.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\CallBackDataRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\ConsultAddRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\ConsultLikeRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\ConsultQueryRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\FavoriteRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\HotRankTagQueryRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\LikeRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\ProductGiftRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\ProductOrderRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\SalesCategoryReq.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\search\BaseSearchRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\UpdateStorageRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\response\VoidResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\AareaNamesBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\AddressBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ChangeGoodsBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ChangeGoodsDetailBo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ChangeGoodsListBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ChangeTypeBo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\DeliveryAddressBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ExpressCompanyBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\OrderDefaultPreferencesBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ProductBuyLimitBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\promotion\PromotionCondition.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\promotion\PromotionInfo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\promotion\SecondCondition.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\promotion\ThirdCondition.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\PromotionBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\refund\Goods.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\refund\Payment.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\refund\UnderscoreGoods.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\refund\UnderscorePayment.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\RefundGoodsBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\RefundGoodsListBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ShippingCostPromotion.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\WaybillInfoBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\ExpressCompanyRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\NewExpressRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeApplyProdCheckReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeDeliveryReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeExpressReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeGoodsApplyReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeGoodsDetailApplyReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeGoodsReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderDetailRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderGoodsRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderListRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderPromotionInfoReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrdersStatusStatisticsRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderSuccessRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\RefundGoodsListRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\RefundGoodsRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\RefundRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\RefundSubmitRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\ShoppingCartRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\ShoppingComputeRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\ShoppingSubmitRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\WaybillInfoRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\CountBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\ExpressBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange\OrderChangeDeliveryRsp.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange\OrderChangeGoodsApplyRsp.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange\OrderChangeOrderDetailRsp.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange\OrderChangeStatusBo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange\OrderDeliveryTypeBo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrderInfoResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrderPromotionInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\Orders.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrdersGoods.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrdersGoodsResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrdersStatusStatistics.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrderSuccessResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\PageResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\PaymentData.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\PromotionFormula.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\PromotionGift.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingAddResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingCartMergeRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingCartMergeResponseBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingChargeResult.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingChargeTotal.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingComputeResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingCountResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingGiftGoods.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingGoods.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingInvoice.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingInvoiceType.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingPaymentResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingPaymentResponseWithRedEnvelopes.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingQueryResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingQueryResult.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingSubmitResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingUseCouponResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\TicketsQr$Tick.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\TicketsQr.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\utils\CalendarUtils.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\BaseBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\InBoxModel.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\request\GetListReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\request\InboxReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\request\PageReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\response\GetListRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\response\PageResponseBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms\request\SMSTemplateReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms\response\CommonRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms\response\SMSRspModel.class]]
2016-01-06 19:52:55.400 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0]
2016-01-06 19:52:55.401 [main] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring\spring-mybatis.xml]
2016-01-06 19:52:55.403 [main] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2016-01-06 19:52:55.404 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.1.xsd
2016-01-06 19:52:55.443 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.1.xsd] in classpath: org/springframework/aop/config/spring-aop-3.1.xsd
2016-01-06 19:52:55.445 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.1.xsd
2016-01-06 19:52:55.448 [main] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2016-01-06 19:52:55.469 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0]
2016-01-06 19:52:55.470 [main] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\work\workspace\yoho\yoho-error\target\classes\META-INF\spring\spring-error.xml]
2016-01-06 19:52:55.471 [main] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2016-01-06 19:52:55.472 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd
2016-01-06 19:52:55.482 [main] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2016-01-06 19:52:55.487 [main] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-rest-service.xml]
2016-01-06 19:52:55.489 [main] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2016-01-06 19:52:55.492 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd
2016-01-06 19:52:55.510 [main] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2016-01-06 19:52:55.512 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemProperties]
2016-01-06 19:52:55.512 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemEnvironment]
2016-01-06 19:52:55.513 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.active' in any property source. Returning [null]
2016-01-06 19:52:55.513 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemProperties]
2016-01-06 19:52:55.513 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemEnvironment]
2016-01-06 19:52:55.514 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.default' in any property source. Returning [null]
2016-01-06 19:52:55.514 [main] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-services-client.xml]
2016-01-06 19:52:55.515 [main] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2016-01-06 19:52:55.517 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd
2016-01-06 19:52:55.548 [main] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2016-01-06 19:52:55.554 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.ByteArrayHttpMessageConverter#34f7cfd9]
2016-01-06 19:52:55.555 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#65f095f8]
2016-01-06 19:52:55.555 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.ResourceHttpMessageConverter#59af0466]
2016-01-06 19:52:55.556 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.FormHttpMessageConverter#3e6ef8ad]
2016-01-06 19:52:55.558 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#346d61be]
2016-01-06 19:52:55.560 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemProperties]
2016-01-06 19:52:55.560 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemEnvironment]
2016-01-06 19:52:55.561 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.active' in any property source. Returning [null]
2016-01-06 19:52:55.561 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemProperties]
2016-01-06 19:52:55.561 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemEnvironment]
2016-01-06 19:52:55.561 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.default' in any property source. Returning [null]
2016-01-06 19:52:55.562 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemProperties]
2016-01-06 19:52:55.563 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemEnvironment]
2016-01-06 19:52:55.563 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.active' in any property source. Returning [null]
2016-01-06 19:52:55.563 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemProperties]
2016-01-06 19:52:55.564 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemEnvironment]
2016-01-06 19:52:55.564 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.default' in any property source. Returning [null]
2016-01-06 19:52:55.564 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemProperties]
2016-01-06 19:52:55.565 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemEnvironment]
2016-01-06 19:52:55.566 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.active' in any property source. Returning [null]
2016-01-06 19:52:55.567 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemProperties]
2016-01-06 19:52:55.568 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemEnvironment]
2016-01-06 19:52:55.568 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.default' in any property source. Returning [null]
2016-01-06 19:52:55.569 [main] DEBUG org.springframework.beans.factory.xml.XmlBeanDefinitionReader:224 - Loaded 48 bean definitions from location pattern [classpath*:META-INF/spring/sprin*.xml]
2016-01-06 19:52:55.569 [main] INFO  org.springframework.context.support.GenericApplicationContext:574 - Refreshing org.springframework.context.support.GenericApplicationContext@7e9a5fbe: startup date [Wed Jan 06 19:52:55 CST 2016]; root of context hierarchy
2016-01-06 19:52:55.570 [main] DEBUG org.springframework.context.support.GenericApplicationContext:608 - Bean factory for org.springframework.context.support.GenericApplicationContext@7e9a5fbe: org.springframework.beans.factory.support.DefaultListableBeanFactory@55536d9e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,serviceGlobalExceptionHandler,org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0,stringConverter,jsonConverter,yohobuylogsMasterDataSource,yohobuylogsSlaveDataSource,dynamicDataSource,multipleDataSourceRouter,dataSourceMethodInterceptor,org.springframework.aop.config.internalAutoProxyCreator,daoPoint,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,gatewayErrorMap,serviceErrorMap,configLoader,service-httpClient,service-clientHttpRequestFactory,errorHandler,service-restTemplate,serviceCallAudit,randomStrategy,roundRobinStrategy,serviceCaller,resourceAdaptor,finder,serviceConfigMap]; root of factory hierarchy
2016-01-06 19:52:55.615 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2016-01-06 19:52:55.615 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2016-01-06 19:52:55.630 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references
2016-01-06 19:52:55.632 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2016-01-06 19:52:55.714 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2016-01-06 19:52:55.714 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2016-01-06 19:52:55.715 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references
2016-01-06 19:52:55.731 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2016-01-06 19:52:55.731 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2016-01-06 19:52:55.733 [main] DEBUG org.springframework.core.env.StandardEnvironment:109 - Adding [systemProperties] PropertySource with lowest search precedence
2016-01-06 19:52:55.733 [main] DEBUG org.springframework.core.env.StandardEnvironment:109 - Adding [systemEnvironment] PropertySource with lowest search precedence
2016-01-06 19:52:55.733 [main] DEBUG org.springframework.core.env.StandardEnvironment:127 - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
2016-01-06 19:52:55.735 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho]
2016-01-06 19:52:55.735 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.735 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.736 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.736 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\model] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.736 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho]
2016-01-06 19:52:55.737 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.737 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.737 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho]
2016-01-06 19:52:55.737 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.737 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.738 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:55.738 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar]
2016-01-06 19:52:55.739 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:55.740 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:55.740 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:55.740 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar]
2016-01-06 19:52:55.741 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho]
2016-01-06 19:52:55.741 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.741 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.776 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho]
2016-01-06 19:52:55.777 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.777 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.778 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho]
2016-01-06 19:52:55.778 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.778 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.778 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho]
2016-01-06 19:52:55.779 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.779 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.779 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho]
2016-01-06 19:52:55.786 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.786 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.787 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho]
2016-01-06 19:52:55.787 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.795 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.795 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho]
2016-01-06 19:52:55.795 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.795 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:52:55.796 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:424 - Resolved location pattern [classpath*:com/yoho/*/dal/**/*.class] to resources [file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\IUnionLogDAO.class], file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\model\UnionLog.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClientCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClusterCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/NodeCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticClientFactory.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticConfig.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticQuery.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticResult.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$4.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$10.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$9.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$3.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$17.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$12.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$4.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$7.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$14.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$16.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$18.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$15.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$13.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$5.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$11.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$2.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$8.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$2.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$3.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$6.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticAdminClientTemplate.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticClientTemplate.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/MultiDataSourceRouter.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DataSourceMethodInterceptor.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DynamicDataSource.class]]
2016-01-06 19:52:55.802 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\IUnionLogDAO.class]
2016-01-06 19:52:55.802 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\model\UnionLog.class]
2016-01-06 19:52:55.802 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClientCallback.class]
2016-01-06 19:52:55.803 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClusterCallback.class]
2016-01-06 19:52:55.803 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/NodeCallback.class]
2016-01-06 19:52:55.804 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticClientFactory.class]
2016-01-06 19:52:55.804 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticConfig.class]
2016-01-06 19:52:55.804 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticQuery.class]
2016-01-06 19:52:55.805 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticResult.class]
2016-01-06 19:52:55.805 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$4.class]
2016-01-06 19:52:55.805 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$10.class]
2016-01-06 19:52:55.805 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$1.class]
2016-01-06 19:52:55.806 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$9.class]
2016-01-06 19:52:55.806 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$3.class]
2016-01-06 19:52:55.806 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl.class]
2016-01-06 19:52:55.811 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$17.class]
2016-01-06 19:52:55.811 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$12.class]
2016-01-06 19:52:55.812 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl.class]
2016-01-06 19:52:55.812 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$4.class]
2016-01-06 19:52:55.812 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$7.class]
2016-01-06 19:52:55.812 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$14.class]
2016-01-06 19:52:55.813 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$16.class]
2016-01-06 19:52:55.813 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$18.class]
2016-01-06 19:52:55.813 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$15.class]
2016-01-06 19:52:55.813 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$13.class]
2016-01-06 19:52:55.814 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$5.class]
2016-01-06 19:52:55.814 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$11.class]
2016-01-06 19:52:55.814 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$2.class]
2016-01-06 19:52:55.814 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$1.class]
2016-01-06 19:52:55.820 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$8.class]
2016-01-06 19:52:55.821 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$2.class]
2016-01-06 19:52:55.821 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$3.class]
2016-01-06 19:52:55.821 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$6.class]
2016-01-06 19:52:55.821 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticAdminClientTemplate.class]
2016-01-06 19:52:55.822 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticClientTemplate.class]
2016-01-06 19:52:55.822 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/MultiDataSourceRouter.class]
2016-01-06 19:52:55.822 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DataSourceMethodInterceptor.class]
2016-01-06 19:52:55.823 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DynamicDataSource.class]
2016-01-06 19:52:55.825 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'IUnionLogDAO' and 'com.yoho.union.dal.IUnionLogDAO' mapperInterface
2016-01-06 19:52:55.826 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'clientCallback' and 'com.yoho.core.dal.elasticsearch.callback.ClientCallback' mapperInterface
2016-01-06 19:52:55.826 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'clusterCallback' and 'com.yoho.core.dal.elasticsearch.callback.ClusterCallback' mapperInterface
2016-01-06 19:52:55.826 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'nodeCallback' and 'com.yoho.core.dal.elasticsearch.callback.NodeCallback' mapperInterface
2016-01-06 19:52:55.826 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'elasticAdminClientTemplate' and 'com.yoho.core.dal.elasticsearch.client.ElasticAdminClientTemplate' mapperInterface
2016-01-06 19:52:55.826 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'elasticClientTemplate' and 'com.yoho.core.dal.elasticsearch.client.ElasticClientTemplate' mapperInterface
2016-01-06 19:52:55.827 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
2016-01-06 19:52:55.827 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
2016-01-06 19:52:55.828 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0' to allow for resolving potential circular references
2016-01-06 19:52:55.835 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
2016-01-06 19:52:55.835 [main] DEBUG org.springframework.core.env.MutablePropertySources:109 - Adding [environmentProperties] PropertySource with lowest search precedence
2016-01-06 19:52:55.835 [main] INFO  org.springframework.context.support.PropertySourcesPlaceholderConfigurer:172 - Loading properties file from URL [file:/D:/work/workspace/yoho/yohobuy-union/yoho-union-web/target/classes/jdbc.properties]
2016-01-06 19:52:55.850 [main] DEBUG org.springframework.core.env.MutablePropertySources:109 - Adding [localProperties] PropertySource with lowest search precedence
2016-01-06 19:52:55.855 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [environmentProperties]
2016-01-06 19:52:55.856 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [systemProperties]
2016-01-06 19:52:55.856 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [systemEnvironment]
2016-01-06 19:52:55.856 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.driver' in any property source. Returning [null]
2016-01-06 19:52:55.857 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [localProperties]
2016-01-06 19:52:55.857 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.driver' in [localProperties] with type [String] and value 'com.mysql.jdbc.Driver'
2016-01-06 19:52:55.859 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.master.url' in [environmentProperties]
2016-01-06 19:52:55.860 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.master.url' in [systemProperties]
2016-01-06 19:52:55.860 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.master.url' in [systemEnvironment]
2016-01-06 19:52:55.860 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.master.url' in any property source. Returning [null]
2016-01-06 19:52:55.860 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.master.url' in [localProperties]
2016-01-06 19:52:55.860 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.master.url' in [localProperties] with type [String] and value 'jdbc:mysql://192.168.50.69:9980/yohobuy_logs'
2016-01-06 19:52:55.861 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [environmentProperties]
2016-01-06 19:52:55.861 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [systemProperties]
2016-01-06 19:52:55.861 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [systemEnvironment]
2016-01-06 19:52:55.861 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.username' in any property source. Returning [null]
2016-01-06 19:52:55.861 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [localProperties]
2016-01-06 19:52:55.862 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.username' in [localProperties] with type [String] and value 'yh_test'
2016-01-06 19:52:55.863 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [environmentProperties]
2016-01-06 19:52:55.863 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [systemProperties]
2016-01-06 19:52:55.863 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [systemEnvironment]
2016-01-06 19:52:55.863 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.password' in any property source. Returning [null]
2016-01-06 19:52:55.864 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [localProperties]
2016-01-06 19:52:55.864 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.password' in [localProperties] with type [String] and value 'yh_test'
2016-01-06 19:52:55.865 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [environmentProperties]
2016-01-06 19:52:55.865 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [systemProperties]
2016-01-06 19:52:55.866 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [systemEnvironment]
2016-01-06 19:52:55.866 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.initialSize' in any property source. Returning [null]
2016-01-06 19:52:55.866 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [localProperties]
2016-01-06 19:52:55.866 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.initialSize' in [localProperties] with type [String] and value '0'
2016-01-06 19:52:55.868 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [environmentProperties]
2016-01-06 19:52:55.869 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [systemProperties]
2016-01-06 19:52:55.869 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [systemEnvironment]
2016-01-06 19:52:55.870 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxActive' in any property source. Returning [null]
2016-01-06 19:52:55.870 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [localProperties]
2016-01-06 19:52:55.870 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxActive' in [localProperties] with type [String] and value '80'
2016-01-06 19:52:55.870 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [environmentProperties]
2016-01-06 19:52:55.871 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [systemProperties]
2016-01-06 19:52:55.871 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [systemEnvironment]
2016-01-06 19:52:55.871 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxIdle' in any property source. Returning [null]
2016-01-06 19:52:55.871 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [localProperties]
2016-01-06 19:52:55.872 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxIdle' in [localProperties] with type [String] and value '60'
2016-01-06 19:52:55.872 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [environmentProperties]
2016-01-06 19:52:55.872 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [systemProperties]
2016-01-06 19:52:55.873 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [systemEnvironment]
2016-01-06 19:52:55.874 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.minIdle' in any property source. Returning [null]
2016-01-06 19:52:55.874 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [localProperties]
2016-01-06 19:52:55.874 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.minIdle' in [localProperties] with type [String] and value '10'
2016-01-06 19:52:55.874 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [environmentProperties]
2016-01-06 19:52:55.875 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [systemProperties]
2016-01-06 19:52:55.875 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [systemEnvironment]
2016-01-06 19:52:55.875 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxWait' in any property source. Returning [null]
2016-01-06 19:52:55.875 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [localProperties]
2016-01-06 19:52:55.875 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxWait' in [localProperties] with type [String] and value '10000'
2016-01-06 19:52:55.876 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [environmentProperties]
2016-01-06 19:52:55.876 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [systemProperties]
2016-01-06 19:52:55.876 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [systemEnvironment]
2016-01-06 19:52:55.876 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testWhileIdle' in any property source. Returning [null]
2016-01-06 19:52:55.876 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [localProperties]
2016-01-06 19:52:55.877 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testWhileIdle' in [localProperties] with type [String] and value 'true'
2016-01-06 19:52:55.877 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [environmentProperties]
2016-01-06 19:52:55.877 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [systemProperties]
2016-01-06 19:52:55.877 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [systemEnvironment]
2016-01-06 19:52:55.877 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in any property source. Returning [null]
2016-01-06 19:52:55.877 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [localProperties]
2016-01-06 19:52:55.878 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [localProperties] with type [String] and value '2000'
2016-01-06 19:52:55.878 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [environmentProperties]
2016-01-06 19:52:55.878 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [systemProperties]
2016-01-06 19:52:55.878 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [systemEnvironment]
2016-01-06 19:52:55.878 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.validationQuery' in any property source. Returning [null]
2016-01-06 19:52:55.878 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [localProperties]
2016-01-06 19:52:55.878 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.validationQuery' in [localProperties] with type [String] and value 'select 1'
2016-01-06 19:52:55.879 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [environmentProperties]
2016-01-06 19:52:55.879 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [systemProperties]
2016-01-06 19:52:55.879 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [systemEnvironment]
2016-01-06 19:52:55.879 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testOnBorrow' in any property source. Returning [null]
2016-01-06 19:52:55.879 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [localProperties]
2016-01-06 19:52:55.880 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testOnBorrow' in [localProperties] with type [String] and value 'true'
2016-01-06 19:52:55.882 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [environmentProperties]
2016-01-06 19:52:55.883 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [systemProperties]
2016-01-06 19:52:55.883 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [systemEnvironment]
2016-01-06 19:52:55.883 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testOnReturn' in any property source. Returning [null]
2016-01-06 19:52:55.883 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [localProperties]
2016-01-06 19:52:55.883 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testOnReturn' in [localProperties] with type [String] and value 'true'
2016-01-06 19:52:55.883 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [environmentProperties]
2016-01-06 19:52:55.884 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [systemProperties]
2016-01-06 19:52:55.884 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [systemEnvironment]
2016-01-06 19:52:55.884 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.driver' in any property source. Returning [null]
2016-01-06 19:52:55.884 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [localProperties]
2016-01-06 19:52:55.884 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.driver' in [localProperties] with type [String] and value 'com.mysql.jdbc.Driver'
2016-01-06 19:52:55.885 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.slave.url' in [environmentProperties]
2016-01-06 19:52:55.885 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.slave.url' in [systemProperties]
2016-01-06 19:52:55.885 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.slave.url' in [systemEnvironment]
2016-01-06 19:52:55.886 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.slave.url' in any property source. Returning [null]
2016-01-06 19:52:55.887 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.slave.url' in [localProperties]
2016-01-06 19:52:55.887 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.slave.url' in [localProperties] with type [String] and value 'jdbc:mysql://192.168.102.219:3306/yohobuy_logs'
2016-01-06 19:52:55.887 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [environmentProperties]
2016-01-06 19:52:55.888 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [systemProperties]
2016-01-06 19:52:55.888 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [systemEnvironment]
2016-01-06 19:52:55.888 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.username' in any property source. Returning [null]
2016-01-06 19:52:55.888 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [localProperties]
2016-01-06 19:52:55.888 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.username' in [localProperties] with type [String] and value 'yh_test'
2016-01-06 19:52:55.888 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [environmentProperties]
2016-01-06 19:52:55.889 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [systemProperties]
2016-01-06 19:52:55.889 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [systemEnvironment]
2016-01-06 19:52:55.889 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.password' in any property source. Returning [null]
2016-01-06 19:52:55.890 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [localProperties]
2016-01-06 19:52:55.890 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.password' in [localProperties] with type [String] and value 'yh_test'
2016-01-06 19:52:55.890 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [environmentProperties]
2016-01-06 19:52:55.891 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [systemProperties]
2016-01-06 19:52:55.891 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [systemEnvironment]
2016-01-06 19:52:55.891 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.initialSize' in any property source. Returning [null]
2016-01-06 19:52:55.891 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [localProperties]
2016-01-06 19:52:55.891 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.initialSize' in [localProperties] with type [String] and value '0'
2016-01-06 19:52:55.891 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [environmentProperties]
2016-01-06 19:52:55.891 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [systemProperties]
2016-01-06 19:52:55.891 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [systemEnvironment]
2016-01-06 19:52:55.892 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxActive' in any property source. Returning [null]
2016-01-06 19:52:55.892 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [localProperties]
2016-01-06 19:52:55.892 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxActive' in [localProperties] with type [String] and value '80'
2016-01-06 19:52:55.892 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [environmentProperties]
2016-01-06 19:52:55.892 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [systemProperties]
2016-01-06 19:52:55.892 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [systemEnvironment]
2016-01-06 19:52:55.892 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxIdle' in any property source. Returning [null]
2016-01-06 19:52:55.893 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [localProperties]
2016-01-06 19:52:55.893 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxIdle' in [localProperties] with type [String] and value '60'
2016-01-06 19:52:55.893 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [environmentProperties]
2016-01-06 19:52:55.893 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [systemProperties]
2016-01-06 19:52:55.893 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [systemEnvironment]
2016-01-06 19:52:55.893 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.minIdle' in any property source. Returning [null]
2016-01-06 19:52:55.893 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [localProperties]
2016-01-06 19:52:55.893 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.minIdle' in [localProperties] with type [String] and value '10'
2016-01-06 19:52:55.894 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [environmentProperties]
2016-01-06 19:52:55.894 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [systemProperties]
2016-01-06 19:52:55.894 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [systemEnvironment]
2016-01-06 19:52:55.894 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxWait' in any property source. Returning [null]
2016-01-06 19:52:55.894 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [localProperties]
2016-01-06 19:52:55.894 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxWait' in [localProperties] with type [String] and value '10000'
2016-01-06 19:52:55.894 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [environmentProperties]
2016-01-06 19:52:55.895 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [systemProperties]
2016-01-06 19:52:55.895 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [systemEnvironment]
2016-01-06 19:52:55.895 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testWhileIdle' in any property source. Returning [null]
2016-01-06 19:52:55.895 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [localProperties]
2016-01-06 19:52:55.895 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testWhileIdle' in [localProperties] with type [String] and value 'true'
2016-01-06 19:52:55.895 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [environmentProperties]
2016-01-06 19:52:55.895 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [systemProperties]
2016-01-06 19:52:55.895 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [systemEnvironment]
2016-01-06 19:52:55.896 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in any property source. Returning [null]
2016-01-06 19:52:55.896 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [localProperties]
2016-01-06 19:52:55.896 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [localProperties] with type [String] and value '2000'
2016-01-06 19:52:55.896 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [environmentProperties]
2016-01-06 19:52:55.896 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [systemProperties]
2016-01-06 19:52:55.896 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [systemEnvironment]
2016-01-06 19:52:55.896 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.validationQuery' in any property source. Returning [null]
2016-01-06 19:52:55.897 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [localProperties]
2016-01-06 19:52:55.897 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.validationQuery' in [localProperties] with type [String] and value 'select 1'
2016-01-06 19:52:55.897 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [environmentProperties]
2016-01-06 19:52:55.897 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [systemProperties]
2016-01-06 19:52:55.897 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [systemEnvironment]
2016-01-06 19:52:55.897 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testOnBorrow' in any property source. Returning [null]
2016-01-06 19:52:55.897 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [localProperties]
2016-01-06 19:52:55.897 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testOnBorrow' in [localProperties] with type [String] and value 'true'
2016-01-06 19:52:55.898 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [environmentProperties]
2016-01-06 19:52:55.898 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [systemProperties]
2016-01-06 19:52:55.898 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [systemEnvironment]
2016-01-06 19:52:55.898 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testOnReturn' in any property source. Returning [null]
2016-01-06 19:52:55.898 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [localProperties]
2016-01-06 19:52:55.898 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testOnReturn' in [localProperties] with type [String] and value 'true'
2016-01-06 19:52:55.898 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave:false' in [environmentProperties]
2016-01-06 19:52:55.899 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave:false' in [systemProperties]
2016-01-06 19:52:55.899 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave:false' in [systemEnvironment]
2016-01-06 19:52:55.899 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.readonlyinslave:false' in any property source. Returning [null]
2016-01-06 19:52:55.899 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave:false' in [localProperties]
2016-01-06 19:52:55.899 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.readonlyinslave:false' in any property source. Returning [null]
2016-01-06 19:52:55.899 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave' in [environmentProperties]
2016-01-06 19:52:55.899 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave' in [systemProperties]
2016-01-06 19:52:55.899 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave' in [systemEnvironment]
2016-01-06 19:52:55.899 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.readonlyinslave' in any property source. Returning [null]
2016-01-06 19:52:55.900 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave' in [localProperties]
2016-01-06 19:52:55.900 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.readonlyinslave' in [localProperties] with type [String] and value 'false'
2016-01-06 19:52:55.900 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout:6000' in [environmentProperties]
2016-01-06 19:52:55.900 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout:6000' in [systemProperties]
2016-01-06 19:52:55.900 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout:6000' in [systemEnvironment]
2016-01-06 19:52:55.900 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectReqTimeout:6000' in any property source. Returning [null]
2016-01-06 19:52:55.900 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout:6000' in [localProperties]
2016-01-06 19:52:55.901 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectReqTimeout:6000' in any property source. Returning [null]
2016-01-06 19:52:55.901 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout' in [environmentProperties]
2016-01-06 19:52:55.901 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout' in [systemProperties]
2016-01-06 19:52:55.901 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout' in [systemEnvironment]
2016-01-06 19:52:55.901 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectReqTimeout' in any property source. Returning [null]
2016-01-06 19:52:55.901 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout' in [localProperties]
2016-01-06 19:52:55.901 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectReqTimeout' in any property source. Returning [null]
2016-01-06 19:52:55.901 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout:6000' in [environmentProperties]
2016-01-06 19:52:55.901 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout:6000' in [systemProperties]
2016-01-06 19:52:55.902 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout:6000' in [systemEnvironment]
2016-01-06 19:52:55.902 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.socketTimeout:6000' in any property source. Returning [null]
2016-01-06 19:52:55.902 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout:6000' in [localProperties]
2016-01-06 19:52:55.902 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.socketTimeout:6000' in any property source. Returning [null]
2016-01-06 19:52:55.902 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout' in [environmentProperties]
2016-01-06 19:52:55.902 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout' in [systemProperties]
2016-01-06 19:52:55.902 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout' in [systemEnvironment]
2016-01-06 19:52:55.902 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.socketTimeout' in any property source. Returning [null]
2016-01-06 19:52:55.903 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout' in [localProperties]
2016-01-06 19:52:55.903 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.socketTimeout' in any property source. Returning [null]
2016-01-06 19:52:55.903 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout:6000' in [environmentProperties]
2016-01-06 19:52:55.903 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout:6000' in [systemProperties]
2016-01-06 19:52:55.903 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout:6000' in [systemEnvironment]
2016-01-06 19:52:55.903 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectTimeout:6000' in any property source. Returning [null]
2016-01-06 19:52:55.903 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout:6000' in [localProperties]
2016-01-06 19:52:55.903 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectTimeout:6000' in any property source. Returning [null]
2016-01-06 19:52:55.904 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout' in [environmentProperties]
2016-01-06 19:52:55.904 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout' in [systemProperties]
2016-01-06 19:52:55.904 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout' in [systemEnvironment]
2016-01-06 19:52:55.904 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectTimeout' in any property source. Returning [null]
2016-01-06 19:52:55.904 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout' in [localProperties]
2016-01-06 19:52:55.904 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectTimeout' in any property source. Returning [null]
2016-01-06 19:52:55.906 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2016-01-06 19:52:55.907 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2016-01-06 19:52:55.908 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
2016-01-06 19:52:55.908 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2016-01-06 19:52:55.910 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2016-01-06 19:52:55.910 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2016-01-06 19:52:55.910 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
2016-01-06 19:52:55.911 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2016-01-06 19:52:55.911 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2016-01-06 19:52:55.911 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2016-01-06 19:52:55.914 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references
2016-01-06 19:52:55.915 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2016-01-06 19:52:55.915 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
2016-01-06 19:52:55.915 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
2016-01-06 19:52:55.915 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references
2016-01-06 19:52:55.915 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
2016-01-06 19:52:55.915 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
2016-01-06 19:52:55.915 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
2016-01-06 19:52:55.916 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references
2016-01-06 19:52:55.916 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
2016-01-06 19:52:55.916 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
2016-01-06 19:52:55.916 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator'
2016-01-06 19:52:55.927 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references
2016-01-06 19:52:55.939 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator'
2016-01-06 19:52:55.942 [main] DEBUG org.springframework.context.support.GenericApplicationContext:714 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@21d03963]
2016-01-06 19:52:55.944 [main] DEBUG org.springframework.context.support.GenericApplicationContext:738 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@35b74c5c]
2016-01-06 19:52:55.946 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:741 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@55536d9e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,serviceGlobalExceptionHandler,org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0,stringConverter,jsonConverter,yohobuylogsMasterDataSource,yohobuylogsSlaveDataSource,dynamicDataSource,multipleDataSourceRouter,dataSourceMethodInterceptor,org.springframework.aop.config.internalAutoProxyCreator,daoPoint,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,gatewayErrorMap,serviceErrorMap,configLoader,service-httpClient,service-clientHttpRequestFactory,errorHandler,service-restTemplate,serviceCallAudit,randomStrategy,roundRobinStrategy,serviceCaller,resourceAdaptor,finder,serviceConfigMap,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,IUnionLogDAO,clientCallback,clusterCallback,nodeCallback,elasticAdminClientTemplate,elasticClientTemplate]; root of factory hierarchy
2016-01-06 19:52:55.946 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2016-01-06 19:52:55.946 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2016-01-06 19:52:55.946 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2016-01-06 19:52:55.947 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2016-01-06 19:52:55.947 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
2016-01-06 19:52:55.947 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor'
2016-01-06 19:52:55.948 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:55.948 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:55.950 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references
2016-01-06 19:52:55.955 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'daoPoint'
2016-01-06 19:52:55.965 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'daoPoint'
2016-01-06 19:52:55.965 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:55.967 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references
2016-01-06 19:52:55.969 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:55.969 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.059 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor'
2016-01-06 19:52:56.059 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
2016-01-06 19:52:56.059 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory'
2016-01-06 19:52:56.060 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.060 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references
2016-01-06 19:52:56.063 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.064 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.068 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory'
2016-01-06 19:52:56.068 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcContentNegotiationManager'
2016-01-06 19:52:56.068 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'mvcContentNegotiationManager'
2016-01-06 19:52:56.068 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.069 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references
2016-01-06 19:52:56.079 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager'
2016-01-06 19:52:56.081 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.081 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.086 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcContentNegotiationManager'
2016-01-06 19:52:56.088 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0'
2016-01-06 19:52:56.088 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0'
2016-01-06 19:52:56.088 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.100 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references
2016-01-06 19:52:56.109 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcContentNegotiationManager'
2016-01-06 19:52:56.109 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.110 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.111 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcCorsConfigurations'
2016-01-06 19:52:56.111 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'mvcCorsConfigurations'
2016-01-06 19:52:56.111 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.114 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references
2016-01-06 19:52:56.118 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.119 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.137 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcCorsConfigurations'
2016-01-06 19:52:56.139 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2016-01-06 19:52:56.139 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2016-01-06 19:52:56.139 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.142 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#13ad5cd3'
2016-01-06 19:52:56.142 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.143 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:52:56.143 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:52:56.143 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.144 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references
2016-01-06 19:52:56.146 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:52:56.213 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.214 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.216 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:52:56.216 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.216 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.235 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.235 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.236 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#13ad5cd3'
2016-01-06 19:52:56.245 [main] DEBUG org.springframework.beans.BeanUtils:455 - No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention
2016-01-06 19:52:56.245 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references
2016-01-06 19:52:56.247 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.247 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.249 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2016-01-06 19:52:56.249 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0'
2016-01-06 19:52:56.249 [main] DEBUG org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping:174 - Looking for request mappings in application context: org.springframework.context.support.GenericApplicationContext@7e9a5fbe: startup date [Wed Jan 06 19:52:55 CST 2016]; root of context hierarchy
2016-01-06 19:52:56.250 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.250 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.256 [main] DEBUG org.apache.ibatis.logging.LogFactory:128 - Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
2016-01-06 19:52:56.258 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.262 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.262 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.264 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.264 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.264 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'IUnionLogDAO'
2016-01-06 19:52:56.265 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'IUnionLogDAO'
2016-01-06 19:52:56.265 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'IUnionLogDAO' to allow for resolving potential circular references
2016-01-06 19:52:56.270 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:52:56.270 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'sqlSessionFactory'
2016-01-06 19:52:56.270 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.270 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references
2016-01-06 19:52:56.273 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'dynamicDataSource'
2016-01-06 19:52:56.274 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'dynamicDataSource'
2016-01-06 19:52:56.274 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.278 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'dynamicDataSource' to allow for resolving potential circular references
2016-01-06 19:52:56.285 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'yohobuylogsMasterDataSource'
2016-01-06 19:52:56.285 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'yohobuylogsMasterDataSource'
2016-01-06 19:52:56.285 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.293 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'yohobuylogsMasterDataSource' to allow for resolving potential circular references
2016-01-06 19:52:56.297 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.297 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.307 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'yohobuylogsMasterDataSource'
2016-01-06 19:52:56.308 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'yohobuylogsMasterDataSource'
2016-01-06 19:52:56.308 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'dynamicDataSource'
2016-01-06 19:52:56.308 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.309 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.315 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'dynamicDataSource'
2016-01-06 19:52:56.316 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\META-INF\mybatis]
2016-01-06 19:52:56.316 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\META-INF\mybatis] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/META-INF/mybatis/*.xml]
2016-01-06 19:52:56.317 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:424 - Resolved location pattern [classpath*:META-INF/mybatis/*.xml] to resources [file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\META-INF\mybatis\UnionLogMapper.xml]]
2016-01-06 19:52:56.318 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory'
2016-01-06 19:52:56.318 [main] DEBUG org.mybatis.spring.SqlSessionFactoryBean:362 - Property 'configLocation' not specified, using default MyBatis Configuration
2016-01-06 19:52:56.451 [main] DEBUG org.mybatis.spring.SqlSessionFactoryBean:472 - Parsed mapper file: 'file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\META-INF\mybatis\UnionLogMapper.xml]'
2016-01-06 19:52:56.452 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.452 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.455 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'sqlSessionFactory'
2016-01-06 19:52:56.455 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.456 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.462 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'IUnionLogDAO'
2016-01-06 19:52:56.463 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.463 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.464 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'IUnionLogDAO'
2016-01-06 19:52:56.464 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.465 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'clientCallback'
2016-01-06 19:52:56.465 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'clientCallback'
2016-01-06 19:52:56.465 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'clientCallback' to allow for resolving potential circular references
2016-01-06 19:52:56.465 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:52:56.466 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'clientCallback'
2016-01-06 19:52:56.468 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.469 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.470 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'clientCallback'
2016-01-06 19:52:56.470 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.471 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'clusterCallback'
2016-01-06 19:52:56.471 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'clusterCallback'
2016-01-06 19:52:56.471 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'clusterCallback' to allow for resolving potential circular references
2016-01-06 19:52:56.471 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:52:56.472 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'clusterCallback'
2016-01-06 19:52:56.474 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.474 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.474 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'clusterCallback'
2016-01-06 19:52:56.474 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.479 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'nodeCallback'
2016-01-06 19:52:56.480 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'nodeCallback'
2016-01-06 19:52:56.480 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'nodeCallback' to allow for resolving potential circular references
2016-01-06 19:52:56.480 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:52:56.481 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'nodeCallback'
2016-01-06 19:52:56.483 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.483 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.483 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'nodeCallback'
2016-01-06 19:52:56.483 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.484 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'elasticAdminClientTemplate'
2016-01-06 19:52:56.484 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'elasticAdminClientTemplate'
2016-01-06 19:52:56.484 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'elasticAdminClientTemplate' to allow for resolving potential circular references
2016-01-06 19:52:56.485 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:52:56.485 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'elasticAdminClientTemplate'
2016-01-06 19:52:56.490 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.490 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.490 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'elasticAdminClientTemplate'
2016-01-06 19:52:56.491 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.491 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'elasticClientTemplate'
2016-01-06 19:52:56.491 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'elasticClientTemplate'
2016-01-06 19:52:56.491 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'elasticClientTemplate' to allow for resolving potential circular references
2016-01-06 19:52:56.491 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:52:56.492 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'elasticClientTemplate'
2016-01-06 19:52:56.493 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.493 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.493 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'elasticClientTemplate'
2016-01-06 19:52:56.496 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.496 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.501 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0'
2016-01-06 19:52:56.502 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcCorsConfigurations'
2016-01-06 19:52:56.502 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:52:56.502 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0'
2016-01-06 19:52:56.502 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0'
2016-01-06 19:52:56.502 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.662 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references
2016-01-06 19:52:56.668 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcContentNegotiationManager'
2016-01-06 19:52:56.668 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4a067c25'
2016-01-06 19:52:56.668 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.673 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:52:56.673 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.673 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.674 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4a067c25'
2016-01-06 19:52:56.675 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4c36250e'
2016-01-06 19:52:56.675 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.679 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.680 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.682 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4c36250e'
2016-01-06 19:52:56.682 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#142eef62'
2016-01-06 19:52:56.682 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.685 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.685 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.686 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#142eef62'
2016-01-06 19:52:56.687 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#5990e6c5'
2016-01-06 19:52:56.687 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.689 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.689 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.689 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#5990e6c5'
2016-01-06 19:52:56.690 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#35d6ca49'
2016-01-06 19:52:56.690 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.693 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.693 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.695 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#35d6ca49'
2016-01-06 19:52:56.695 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#47289387'
2016-01-06 19:52:56.695 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.702 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.702 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.704 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#47289387'
2016-01-06 19:52:56.704 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#37eeec90'
2016-01-06 19:52:56.704 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.710 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.710 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.713 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#37eeec90'
2016-01-06 19:52:56.714 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#22c86919'
2016-01-06 19:52:56.714 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.715 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#759fad4'
2016-01-06 19:52:56.715 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.719 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name '(inner bean)#759fad4'
2016-01-06 19:52:56.722 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.722 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.724 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#759fad4'
2016-01-06 19:52:56.725 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.725 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.766 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.767 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.772 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#22c86919'
2016-01-06 19:52:56.773 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#ca27722'
2016-01-06 19:52:56.773 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.794 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.794 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.796 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#ca27722'
2016-01-06 19:52:56.798 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#78461bc4'
2016-01-06 19:52:56.798 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.802 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.802 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.803 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#78461bc4'
2016-01-06 19:52:56.804 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0'
2016-01-06 19:52:56.805 [main] INFO  org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter:532 - Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@7e9a5fbe: startup date [Wed Jan 06 19:52:55 CST 2016]; root of context hierarchy
2016-01-06 19:52:56.844 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.844 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.848 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0'
2016-01-06 19:52:56.848 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcUriComponentsContributor'
2016-01-06 19:52:56.848 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'mvcUriComponentsContributor'
2016-01-06 19:52:56.848 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.849 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references
2016-01-06 19:52:56.851 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#10027fc9'
2016-01-06 19:52:56.852 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.863 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcContentNegotiationManager'
2016-01-06 19:52:56.864 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4a067c25#1'
2016-01-06 19:52:56.864 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.864 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:52:56.865 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.865 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.865 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4a067c25#1'
2016-01-06 19:52:56.865 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4c36250e#1'
2016-01-06 19:52:56.865 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.866 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.866 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.866 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4c36250e#1'
2016-01-06 19:52:56.867 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#142eef62#1'
2016-01-06 19:52:56.867 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.869 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.870 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.870 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#142eef62#1'
2016-01-06 19:52:56.870 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#5990e6c5#1'
2016-01-06 19:52:56.870 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.871 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.871 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.871 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#5990e6c5#1'
2016-01-06 19:52:56.871 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#35d6ca49#1'
2016-01-06 19:52:56.871 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.872 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.872 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.873 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#35d6ca49#1'
2016-01-06 19:52:56.873 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#47289387#1'
2016-01-06 19:52:56.873 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.877 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.877 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.877 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#47289387#1'
2016-01-06 19:52:56.878 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#37eeec90#1'
2016-01-06 19:52:56.878 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.879 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.881 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.881 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#37eeec90#1'
2016-01-06 19:52:56.881 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#22c86919#1'
2016-01-06 19:52:56.881 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.881 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#759fad4#1'
2016-01-06 19:52:56.882 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.882 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name '(inner bean)#759fad4#1'
2016-01-06 19:52:56.885 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.885 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.886 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#759fad4#1'
2016-01-06 19:52:56.886 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.886 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.888 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.888 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.888 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#22c86919#1'
2016-01-06 19:52:56.889 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#ca27722#1'
2016-01-06 19:52:56.889 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.889 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.889 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.889 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#ca27722#1'
2016-01-06 19:52:56.890 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#78461bc4#1'
2016-01-06 19:52:56.890 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.890 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.890 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.890 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#78461bc4#1'
2016-01-06 19:52:56.892 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name '(inner bean)#10027fc9'
2016-01-06 19:52:56.892 [main] INFO  org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter:532 - Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@7e9a5fbe: startup date [Wed Jan 06 19:52:55 CST 2016]; root of context hierarchy
2016-01-06 19:52:56.893 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.893 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.895 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:246 - Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference
2016-01-06 19:52:56.897 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.898 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.898 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#10027fc9'
2016-01-06 19:52:56.898 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:52:56.899 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor'
2016-01-06 19:52:56.899 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcUriComponentsContributor'
2016-01-06 19:52:56.899 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2016-01-06 19:52:56.899 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0'
2016-01-06 19:52:56.899 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0'
2016-01-06 19:52:56.900 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.908 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references
2016-01-06 19:52:56.918 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcContentNegotiationManager'
2016-01-06 19:52:56.919 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4c36250e#2'
2016-01-06 19:52:56.919 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.920 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.920 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.920 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4c36250e#2'
2016-01-06 19:52:56.920 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#142eef62#2'
2016-01-06 19:52:56.921 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.924 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.924 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.924 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#142eef62#2'
2016-01-06 19:52:56.925 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#5990e6c5#2'
2016-01-06 19:52:56.933 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.934 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.934 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.935 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#5990e6c5#2'
2016-01-06 19:52:56.935 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#35d6ca49#2'
2016-01-06 19:52:56.935 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.936 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.936 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.937 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#35d6ca49#2'
2016-01-06 19:52:56.937 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#47289387#2'
2016-01-06 19:52:56.942 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.947 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.947 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.948 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#47289387#2'
2016-01-06 19:52:56.948 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#37eeec90#2'
2016-01-06 19:52:56.949 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.950 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.950 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.950 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#37eeec90#2'
2016-01-06 19:52:56.950 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#22c86919#2'
2016-01-06 19:52:56.950 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.950 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#759fad4#2'
2016-01-06 19:52:56.951 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.951 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name '(inner bean)#759fad4#2'
2016-01-06 19:52:56.954 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.954 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.955 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#759fad4#2'
2016-01-06 19:52:56.955 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.955 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.958 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.958 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.958 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#22c86919#2'
2016-01-06 19:52:56.985 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#2f3c6ac4'
2016-01-06 19:52:56.985 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.986 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.986 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.986 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#2f3c6ac4'
2016-01-06 19:52:56.987 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0'
2016-01-06 19:52:56.987 [main] DEBUG org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver:257 - Looking for exception mappings: org.springframework.context.support.GenericApplicationContext@7e9a5fbe: startup date [Wed Jan 06 19:52:55 CST 2016]; root of context hierarchy
2016-01-06 19:52:56.988 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.988 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.989 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0'
2016-01-06 19:52:56.990 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0'
2016-01-06 19:52:56.990 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0'
2016-01-06 19:52:56.990 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.991 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references
2016-01-06 19:52:56.993 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.993 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.994 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0'
2016-01-06 19:52:56.994 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0'
2016-01-06 19:52:56.994 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0'
2016-01-06 19:52:56.994 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.997 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references
2016-01-06 19:52:56.999 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:56.999 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.000 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0'
2016-01-06 19:52:57.000 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping'
2016-01-06 19:52:57.000 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping'
2016-01-06 19:52:57.000 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.001 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references
2016-01-06 19:52:57.007 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcCorsConfigurations'
2016-01-06 19:52:57.008 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2016-01-06 19:52:57.008 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:71 - Looking for URL mappings in application context: org.springframework.context.support.GenericApplicationContext@7e9a5fbe: startup date [Wed Jan 06 19:52:55 CST 2016]; root of context hierarchy
2016-01-06 19:52:57.009 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified
2016-01-06 19:52:57.009 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified
2016-01-06 19:52:57.009 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified
2016-01-06 19:52:57.009 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified
2016-01-06 19:52:57.009 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified
2016-01-06 19:52:57.009 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified
2016-01-06 19:52:57.010 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcContentNegotiationManager': no URL paths identified
2016-01-06 19:52:57.010 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified
2016-01-06 19:52:57.010 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcCorsConfigurations': no URL paths identified
2016-01-06 19:52:57.010 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified
2016-01-06 19:52:57.012 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified
2016-01-06 19:52:57.013 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcUriComponentsContributor': no URL paths identified
2016-01-06 19:52:57.013 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified
2016-01-06 19:52:57.013 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified
2016-01-06 19:52:57.013 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified
2016-01-06 19:52:57.013 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified
2016-01-06 19:52:57.013 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified
2016-01-06 19:52:57.013 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified
2016-01-06 19:52:57.014 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified
2016-01-06 19:52:57.014 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0': no URL paths identified
2016-01-06 19:52:57.014 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'serviceGlobalExceptionHandler': no URL paths identified
2016-01-06 19:52:57.014 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0': no URL paths identified
2016-01-06 19:52:57.014 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'stringConverter': no URL paths identified
2016-01-06 19:52:57.014 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'jsonConverter': no URL paths identified
2016-01-06 19:52:57.014 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'yohobuylogsMasterDataSource': no URL paths identified
2016-01-06 19:52:57.014 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'yohobuylogsSlaveDataSource': no URL paths identified
2016-01-06 19:52:57.014 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'dynamicDataSource': no URL paths identified
2016-01-06 19:52:57.014 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'multipleDataSourceRouter': no URL paths identified
2016-01-06 19:52:57.014 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'dataSourceMethodInterceptor': no URL paths identified
2016-01-06 19:52:57.015 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified
2016-01-06 19:52:57.015 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'daoPoint': no URL paths identified
2016-01-06 19:52:57.015 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0': no URL paths identified
2016-01-06 19:52:57.015 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'sqlSessionFactory': no URL paths identified
2016-01-06 19:52:57.015 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified
2016-01-06 19:52:57.015 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'gatewayErrorMap': no URL paths identified
2016-01-06 19:52:57.015 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'serviceErrorMap': no URL paths identified
2016-01-06 19:52:57.015 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'configLoader': no URL paths identified
2016-01-06 19:52:57.015 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'service-httpClient': no URL paths identified
2016-01-06 19:52:57.015 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'service-clientHttpRequestFactory': no URL paths identified
2016-01-06 19:52:57.017 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'errorHandler': no URL paths identified
2016-01-06 19:52:57.017 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'service-restTemplate': no URL paths identified
2016-01-06 19:52:57.017 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'serviceCallAudit': no URL paths identified
2016-01-06 19:52:57.017 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'randomStrategy': no URL paths identified
2016-01-06 19:52:57.017 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'roundRobinStrategy': no URL paths identified
2016-01-06 19:52:57.017 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'serviceCaller': no URL paths identified
2016-01-06 19:52:57.017 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'resourceAdaptor': no URL paths identified
2016-01-06 19:52:57.017 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'finder': no URL paths identified
2016-01-06 19:52:57.017 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'serviceConfigMap': no URL paths identified
2016-01-06 19:52:57.017 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified
2016-01-06 19:52:57.017 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified
2016-01-06 19:52:57.018 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'IUnionLogDAO': no URL paths identified
2016-01-06 19:52:57.018 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'clientCallback': no URL paths identified
2016-01-06 19:52:57.018 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'clusterCallback': no URL paths identified
2016-01-06 19:52:57.018 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'nodeCallback': no URL paths identified
2016-01-06 19:52:57.018 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'elasticAdminClientTemplate': no URL paths identified
2016-01-06 19:52:57.018 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'elasticClientTemplate': no URL paths identified
2016-01-06 19:52:57.019 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'environment': no URL paths identified
2016-01-06 19:52:57.019 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'systemProperties': no URL paths identified
2016-01-06 19:52:57.019 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'systemEnvironment': no URL paths identified
2016-01-06 19:52:57.019 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'messageSource': no URL paths identified
2016-01-06 19:52:57.019 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'applicationEventMulticaster': no URL paths identified
2016-01-06 19:52:57.019 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.019 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.020 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping'
2016-01-06 19:52:57.020 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter'
2016-01-06 19:52:57.020 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter'
2016-01-06 19:52:57.021 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.021 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references
2016-01-06 19:52:57.022 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.023 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.023 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter'
2016-01-06 19:52:57.024 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter'
2016-01-06 19:52:57.024 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter'
2016-01-06 19:52:57.024 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.024 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references
2016-01-06 19:52:57.026 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.026 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.026 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter'
2016-01-06 19:52:57.027 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
2016-01-06 19:52:57.027 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'serviceGlobalExceptionHandler'
2016-01-06 19:52:57.027 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'serviceGlobalExceptionHandler'
2016-01-06 19:52:57.028 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.029 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'serviceGlobalExceptionHandler' to allow for resolving potential circular references
2016-01-06 19:52:57.033 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.033 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.034 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'serviceGlobalExceptionHandler'
2016-01-06 19:52:57.034 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0'
2016-01-06 19:52:57.034 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0'
2016-01-06 19:52:57.034 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.045 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0' to allow for resolving potential circular references
2016-01-06 19:52:57.050 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'stringConverter'
2016-01-06 19:52:57.050 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'stringConverter'
2016-01-06 19:52:57.050 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.052 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'stringConverter' to allow for resolving potential circular references
2016-01-06 19:52:57.059 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.059 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.060 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'stringConverter'
2016-01-06 19:52:57.060 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'jsonConverter'
2016-01-06 19:52:57.060 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'jsonConverter'
2016-01-06 19:52:57.060 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.077 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'jsonConverter' to allow for resolving potential circular references
2016-01-06 19:52:57.079 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.079 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.080 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'jsonConverter'
2016-01-06 19:52:57.081 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.081 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.082 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0'
2016-01-06 19:52:57.082 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'stringConverter'
2016-01-06 19:52:57.082 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'jsonConverter'
2016-01-06 19:52:57.082 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'yohobuylogsMasterDataSource'
2016-01-06 19:52:57.083 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'yohobuylogsSlaveDataSource'
2016-01-06 19:52:57.083 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'yohobuylogsSlaveDataSource'
2016-01-06 19:52:57.083 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.083 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'yohobuylogsSlaveDataSource' to allow for resolving potential circular references
2016-01-06 19:52:57.084 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.084 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.084 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'yohobuylogsSlaveDataSource'
2016-01-06 19:52:57.084 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'dynamicDataSource'
2016-01-06 19:52:57.084 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'multipleDataSourceRouter'
2016-01-06 19:52:57.084 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'multipleDataSourceRouter'
2016-01-06 19:52:57.084 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.085 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'multipleDataSourceRouter' to allow for resolving potential circular references
2016-01-06 19:52:57.091 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.091 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.092 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'multipleDataSourceRouter'
2016-01-06 19:52:57.092 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'dataSourceMethodInterceptor'
2016-01-06 19:52:57.092 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'dataSourceMethodInterceptor'
2016-01-06 19:52:57.092 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'dataSourceMethodInterceptor' to allow for resolving potential circular references
2016-01-06 19:52:57.094 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'dataSourceMethodInterceptor'
2016-01-06 19:52:57.094 [main] DEBUG com.yoho.core.dal.datasource.DataSourceMethodInterceptor:104 - DataSourceMethodInterceptor:afterPropertiesSet
2016-01-06 19:52:57.094 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'dataSourceMethodInterceptor'
2016-01-06 19:52:57.094 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
2016-01-06 19:52:57.094 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.094 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:52:57.094 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2016-01-06 19:52:57.094 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'gatewayErrorMap'
2016-01-06 19:52:57.094 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'gatewayErrorMap'
2016-01-06 19:52:57.094 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.095 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'gatewayErrorMap' to allow for resolving potential circular references
2016-01-06 19:52:57.097 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'gatewayErrorMap'
2016-01-06 19:52:57.123 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [gateway-error.yml]
2016-01-06 19:52:57.158 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[200]={message=成功}, [500]={message=不接受此平台}, [501]={message=Open ID Is Null.}, [502]={message=Source Type Is Null or is error.}, [503]={message=登录失败}, [412]={message=%s}, [201]={message=未绑定}, [421]={message=账号不能为空.}, [422]={message=密码不能为空.}, [423]={message=密码不符合规则.}, [425]={message=发送失败}, [400]={message=请输入手机号}, [402]={message=手机号码格式错误}, [401]={message=不存在的第三方}, [403]={message=绑定失败,该帐号已经注册过,请更换}, [411]={message=更新手机号失败}, [420]={message=更新密码失败}, [413]={message=请输入密码}, [424]={message=绑定失败}, [414]={message=注册失败}, [10001]={message=账户必须是手机号或者邮箱}, [10012]={message=用户名或者密码错误}, [10010]={message=用户名或者密码错误}, [404]={message=该手机号已经绑定过账号,请更换手机号码!}, [450]={message=请使用第三方登录}, [451]={message=请选择登录方式}, [452]={message=要修改的地址ID不正确.}, [453]={message=用户ID不正确.}, [454]={message=收货人姓名不正确.}, [455]={message=请填写详细地址.}, [456]={message=省市必须选择.}, [457]={message=手机或者电话必须填写一个.}, [458]={message=添加失败.}, [459]={message=要修改的地址ID或者用户ID为空.}, [460]={message=删除失败.}, [461]={message=id 不存在!}, [462]={message=设置失败!}, [463]={message=请输入验证码!}, [464]={message=修改手机号失败!}, [465]={message=手机号码错误}, [601]={message=获取SSO用户信息错误.}, [602]={message=SSO用户登录信息为空.}, [603]={message=用户UID、邮件、手机号不能为空.}, [604]={message=获取SSO用户信息错误.}, [605]={message=SSO更新错误}, [998]={message=操作失败}, [999]={message=Service {0} is not available!}}
2016-01-06 19:52:57.158 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [gateway-error.yml]
2016-01-06 19:52:57.158 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.158 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.160 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'gatewayErrorMap'
2016-01-06 19:52:57.160 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'serviceErrorMap'
2016-01-06 19:52:57.160 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'serviceErrorMap'
2016-01-06 19:52:57.160 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.161 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'serviceErrorMap' to allow for resolving potential circular references
2016-01-06 19:52:57.161 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'serviceErrorMap'
2016-01-06 19:52:57.161 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error.yml]
2016-01-06 19:52:57.163 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[100200300]={message=user %s not find}, [100200301]={message=user is not validate}, [600001001]={message=param is null}}
2016-01-06 19:52:57.163 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error.yml]
2016-01-06 19:52:57.163 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-common.yml]
2016-01-06 19:52:57.164 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[100000000]={message=成功}}
2016-01-06 19:52:57.165 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-common.yml]
2016-01-06 19:52:57.165 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-product.yml]
2016-01-06 19:52:57.183 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[500001001]={message=type is incorrect, gwError=412:类型不正确}, [500001002]={message=id is incorrect, gwError=412:ID不正确}, [500001003]={message=product does not exist, gwError=412:该产品不存在}, [500001004]={message=favorite product exists, gwError=413:您已经收藏了该商品}, [500001005]={message=add success, gwError=200:收藏成功}, [500001006]={message=add fail, gwError=404:收藏失败}, [500001007]={message=cancel success, gwError=200:取消收藏成功}, [500001008]={message=cancel fail, gwError=404:取消收藏失败}, [500001009]={message=uid is incorrect, gwError=412:用户ID不正确}, [500001010]={message=favorite brand not exists, gwError=412:该品牌不存在}, [500001011]={message=favorite product exists, gwError=413:您已经收藏了该品牌}, [500001012]={message=product_skn Is Null., gwError=404:product_skn Is Null.}, [500001013]={message=promotion_id Is Null., gwError=404:promotion_id Is Null.}, [500001014]={message=Not Product Data., gwError=404:Not Product Data.}, [500001015]={message=activity not contain the product, gwError=500:商品不属于本次活动.}}
2016-01-06 19:52:57.184 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-product.yml]
2016-01-06 19:52:57.184 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-resources.yml]
2016-01-06 19:52:57.185 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[300000001]={message=request error, gwError=400:请求错误}, [300000002]={message=service error, gwError=500:服务错误}, [300001001]={message=content code is empty, gwError=400:content code is empty}, [300001002]={message=client type is empty, gwError=400:client type is empty}, [300001003]={message=gender is empty, gwError=400:gender is empty}, [300001004]={message=page must be greater than 0, gwError=400:page must be greater than 0}, [300001005]={message=limit must be greater than 0, gwError=400:limit must be greater than 0}, [300002001]={message=uid is empty, gwError=400:uid is empty}, [300002002]={message=udid is empty, gwError=400:udid is empty}, [300002003]={message=app version is empty, gwError=400:app version is empty}, [300002004]={message=screen size empty, gwError=400:screen size is empty}, [300002005]={message=no cache clear info, gwError=300002005:没有缓存清除信息}}
2016-01-06 19:52:57.186 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-resources.yml]
2016-01-06 19:52:57.186 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-orders.yml]
2016-01-06 19:52:57.194 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[400001000]={message=parameter is wrong, gwError=400:参数传递错误}, [400001001]={message=order is empty, gwError=400:订单不存在}, [400001002]={message=order code is empty, gwError=400:订单号不存在}, [400001003]={message=uid is empty, gwError=401:uid不存在}, [400001004]={message=delete order fail, gwError=500:删除失败}, [400001005]={message=orders goods is empty, gwError=402:订单商品不存在}, [400001006]={message=order has paid, gwError=406:该订单已经付款无法取消,请申请退货或者联系在线客服.}, [400001007]={message=submit order status fail, gwError=406:提交订单状态失败}, [400001008]={message=payment is empty, gwError=406:支付方式不存在}, [400001009]={message=no delivery order, gwError=500:没有已发货的订单}, [400001010]={message=no logistics order, gwError=500:没有物流订单}, [400001011]={message=not find logistics company, gwError=200:没有找到物流公司}, [400001012]={message=logistics information, gwError=200:物流信息}, [400001013]={message=no change order id, gwError=412:请选择要设置物流单号的换货申请}, [400001014]={message=no express company, gwError=412:请选择物流公司}, [400001015]={message=no express num, gwError=412:请填写快递单号}, [400001016]={message=no login, gwError=412:请先登录}, [400001017]={message=order delete, gwError=500:该订单已被删除}, [400001018]={message=no confirm, gwError=500:订单未确认收货,无法进行换货}, [400001019]={message=order expire, gwError=500:您的订单已经超过了换货有效期,无法进行换货}, [400001020]={message=save express fail, gwError=413:设置快递单号失败}, [400001021]={message=save express success, gwError=401:设置快递单号成功}, [400001022]={message=change request ID error, gwError=401:请选择要查看的换货详情}, [400001023]={message=change source  order not exists, gwError=403:您要查看的换货申请不存在}, [400001024]={message=change source order not exists, gwError=404:您要查看的换货信息原始订单不存在}, [400001025]={message=order no sign, gwError=403:订单未妥投,无法进行换货.}, [400001026]={message=order has expire , gwError=404:已经超过换货的最后期限,无法换货}, [400001027]={message=   no goods , gwError=405:请选择要换的商品}, [400001028]={message=  no receive name, gwError=406:请填写收货人姓名}, [400001029]={message=   no area, gwError=407:请选择省市区}, [400001030]={message=   no address , gwError=403:请填写收货详细地址}, [400001031]={message=  phone wrong , gwError=403:请填写正确的手机号}, [400001032]={message= order no , gwError=403:请选择换货商品寄回方式}, [400001033]={message= order no , gwError=403:请选择换货原因}, [400001034]={message= order no , gwError=403:请填写完整换货信息}, [400001035]={message= order no repeat, gwError=403:请不要重复提交}, [400001036]={message= order num wrong , gwError=401:您申请的换货商品中存在换货数量大于可以进行换货的商品的数量}, [400001037]={message= order no exists, gwError=403:您要查看的换货信息订单不存在}, [400001038]={message= send to erp error, gwError=403:调用ERP后台接口失败}, [400002001]={message=user ID error, gwError=400:用户ID错误}, [400002002]={message=refund request ID error, gwError=401:退货申请ID错误}, [400002003]={message=refund request you want to view does not exist, gwError=403:您要查看的退货申请不存在}, [400002004]={message=without a refund goods, gwError=500:没有退货商品}, [400002005]={message=select to set refund request of logistics number, gwError=412:请选择要设置物流单号的退货申请}, [400002006]={message=select a logistics company, gwError=412:请选择物流公司}, [400002007]={message=fill out the express order, gwError=412:请填写快递单号}, [400002008]={message=please log in first, gwError=412:请先登录}, [400002009]={message=refund request was not found, gwError=412:没有找到该退货申请}, [400002010]={message=failed to set express order, gwError=413:设置快递单号失败}, [400002011]={message=set refund express data fail, gwError=406:提交退货物流数据失败}, [400002012]={message=without refund request goods, gwError=412:没有退货申请商品}, [400002013]={message=invalid user ID, gwError=400:用户ID无效}, [400002014]={message=order number error, gwError=500:订单号错误}, [400002015]={message=the order does not exist, gwError=500:该订单不存在}, [400002016]={message=the order has been deleted, gwError=500:该订单已被删除}, [400002017]={message=the order not confirmed receipt and cannot be returned, gwError=500:该订单未确认收货,无法进行退货}, [400002018]={message=your order has exceeded the return period, gwError=500:您的订单已经超过了退货有效期}, [400002019]={message=order number error, gwError=400:订单号错误}, [400002020]={message=user ID error, gwError=402:用户ID错误}, [400002021]={message=please select the goods to return, gwError=403:请选择要退货的商品}, [400002022]={message=please select refund set, gwError=404:请选择退款设置}, [400002023]={message=please select a method of refund, gwError=440:请选择退款方式}, [400002024]={message=please set up your bank card information, gwError=406:请设置银行卡信息}, [400002025]={message=please set up alipay account, gwError=407:请设置支付宝账号}, [400002026]={message=you want to return the order does not exist, gwError=407:您要退货的订单不存在}, [400002027]={message=the order has been deleted, gwError=430:该订单已删除}, [400002028]={message=please select a return goods, gwError=411:请选择退货商品}, [400002029]={message=please select the reason for return, gwError=408:请选择退货原因}, [400002030]={message=please upload a real shot pictures, gwError=409:请上传实拍图片}, [400002031]={message=please fill out the return instructions, gwError=409:请填写退货说明}, [400002032]={message=return amount exceeds, gwError=410:退货数量已经超过}, [400002033]={message=please do not submit duplicate, gwError=401:请不要重复提交}, [400002034]={message=failed to create local credit order, gwError=420:创建本地退货单失败}, [400002035]={message=failed to create local credit order, gwError=421:创建本地退货单失败}, [400002036]={message=refund submit fail, gwError=406:提交退货申请失败}, [400003001]={message=parameter passing incorrect, gwError=500:参数传递不正确}, [400003002]={message=no exchange or refund information, gwError=500:没有退换货信息}, [400003003]={message=not find the logistics company, gwError=200:没有找到物流公司}, [400003004]={message=no Logistics Information, gwError=500:没有物流信息}, [400004001]={message=submit call erp, gwError=400:{0}}, [400004002]={message=set express call erp, gwError=500:{0}}, [400004003]={message=return order data is missing a required field, gwError=400:{0}}, [400004004]={message=submit call erp result, gwError=400:{0}}}
2016-01-06 19:52:57.194 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-orders.yml]
2016-01-06 19:52:57.194 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-sns.yml]
2016-01-06 19:52:57.195 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[999999999]={message=this is message}}
2016-01-06 19:52:57.195 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-sns.yml]
2016-01-06 19:52:57.195 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-user.yml]
2016-01-06 19:52:57.201 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[999999999]={message=this is message}, [100200300]={message=user %s not find}, [100200301]={message=user is not validate}, [100000000]={message=成功}, [100000001]={message=未绑定, gwError=200:未绑定}, [111111111]={message=other error, gwError=500:系统异常}, [100001001]={message=Open ID Is Null., gwError=400:Open Id 错误}, [100001002]={message=Source Type Is Null or is error., gwError=502:Source Type Is Null or is error.}, [100001003]={message=login error, gwError=502:登录失败}, [100001004]={message=Register parameter is null}, [100001005]={message=Password is invalid}, [100001006]={message=Register failed, gwError=422:注册失败}, [100001007]={message=third_login, gwError=400:请使用第三方登录}, [100001008]={message=login_method, gwError=400:请选择登录方式}, [100001009]={message=bind_success}, [100001010]={message=Address List.}, [100001011]={message=address_id_error}, [100001012]={message=user_id_error}, [100001013]={message=addresseename_error}, [100001014]={message=address_null}, [100001015]={message=province_must}, [100001016]={message=mobile_phone_one}, [100001017]={message=add_success}, [100001018]={message=add_false}, [100001019]={message=id_uid_null}, [100001020]={message=del_success}, [100001021]={message=del_false}, [100001022]={message=provinces list.}, [100001023]={message=id_is_null}, [100001024]={message=set_success}, [100001025]={message=set_false}, [100001026]={message=mobile_number_error, gwError=401:手机号码错误}, [100003000]={message=password is null, gwError=422:密码不能为空.}, [100003001]={message=uid为空, gwError=400:请先登录}, [100003002]={message=not user profile, gwError=421:账号不能为空.}, [100003003]={message=password_not_rule, gwError=423:密码不符合规则.}, [100003004]={message=mobile is null, gwError=400:请输入手机号}, [100003005]={message=mobile is error, gwError=402:手机号码格式错误}, [100003006]={message=send_error, gwError=404:发送失败}, [100003007]={message=Type is null||send_success}, [100003008]={message=Product Id is null}, [100003009]={message=Consult list is null}, [100003010]={message=Consult content is null}, [100003011]={message=Consult product not exist}, [100003012]={message=User is not exist}, [100003013]={message=thread is not exist, gwError=401:不存在的第三方}, [100003014]={message=mobile is register, gwError=400:绑定失败,该帐号已经注册过,请更换}, [100003015]={message=update mobile error, gwError=411:更新手机号失败}, [100003016]={message=update password error}, [100003017]={message=please input password}, [100003018]={message=BIND ERROR}, [100003019]={message=REGISTER ERROR}, [100003020]={message=Request object UserCoupon is null}, [100003021]={message=profile must be mobile or email, gwError=10001:账户必须是邮箱或手机号}, [100003022]={message=password error}, [100003023]={message=user not exists, gwError=404:用户不存在}, [100003024]={message=MOBILE_IS_EXISTS}, [100003025]={message=MOBILE_CHECK_IS_SUCCRSS}, [100003026]={message=code_is_null, gwError=403:请输入验证码!}, [100003027]={message=phone_update_success}, [100003028]={message=phone_update_false}, [100003029]={message=get user sso info error, gwError=500:获取SSO用户信息错误.}, [100003030]={message=sso login info null, gwError=500:SSO用户登录信息为空.}, [100003031]={message=nickname is null}, [100003032]={message=consult insert failed}, [100003033]={message=UID mail mobile must not null}, [100003034]={message=get sso info error}, [100003035]={message=sso update error}, [100003036]={message=Insert user coupons failed}, [100003037]={message=Update user base failed, gwError=500:更新用户信息失败}, [100003038]={message=check mobile success, gwError=200:手机号验证通过}, [100003039]={message=uid is null, gwError=500:uid is null}, [100003040]={message=uid is null, gwError=500:用户uid不能为空}, [100003041]={message=product is empty, gwError=500:没有收藏的产品}, [100003042]={message=brand is empty, gwError=500:没有收藏的品牌}, [100003043]={message=mobile is bind, gwError=400:该手机号已经绑定了其他账号,请更换手机号码}, [100003044]={message=password is error, gwError=10010:用户名或密码错误}, [100003045]={message=SSO_LOGIN_CODE_50101, gwError=10010:用户名或密码错误}, [100003046]={message=VALID_CODE_TIMEOUT_CODE, gwError=405:输入次数太多,请重新发送!}, [100003047]={message=VALID_ERROR, gwError=404:验证错误}, [100003048]={message=session key is null, gwError=400:session key is null}, [100004001]={message=change type is null}, [100004002]={message=change num is null}, [100004003]={message=change param is null}, [100004004]={message=order code is null}, [100004005]={message=currency is null}, [100004006]={message=loginName or password error, gwError=406:登录名或密码错误}, [100005001]={message=uid and udid is null, gwError=400:用户信息不正确}, [100005002]={message=product_skn is null, gwError=400:产品SKN错误}, [100005003]={message=middle_sort_id is null, gwError=400:产品分类错误}, [100005004]={message=uid is null, gwError=400:请先登录}, [100005005]={message=uid is null, gwError=400:用户ID错误}, [100005006]={message=uid is null, gwError=500:请先登录}, [100005007]={message=VERIFY_CODE_ERROR, gwError=404:您输入的验证码有误,请重新输入!}, [100005008]={message=TOKEN_IS_ERROR, gwError=402:token is error}, [100005009]={message=not check mobile, gwError=403:请先验证手机号!}, [100005010]={message=email null, gwError=401:邮箱错误}, [100005011]={message=email error, gwError=402:邮箱格式错误}, [100006001]={message=save suggest: param is null, gwError=400:建议不能为空}, [100006002]={message=save suggest: content is null, gwError=400:内容不能为空}, [100006003]={message=save suggest: failed, gwError=500:添加失败}, [100006004]={message=suggest reliable: udid or suggestId is null, gwError=400:Udid Or Suggest_id Or Sort Is Null}, [100006005]={message=suggest reliable: isReliable invalidated, gwError=400:isReliable invalidated}, [100006006]={message=suggest reliable: set already, gwError=500:您已经操作过}, [100006007]={message=suggest reliable: add failed, gwError=500:操作失败}}
2016-01-06 19:52:57.205 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-user.yml]
2016-01-06 19:52:57.205 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-message.yml]
2016-01-06 19:52:57.207 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[600001001]={message=Request parameter is null, gwError=500:sms parameter is null}, [600001002]={message=IP request over 1000 times in an hour, gwError=500:IP request over 1000 times in an hour}, [600001003]={message=Mobile request over 100 times in a minuter, gwError=500:Mobile request over 100 times in a minuter}, [600001004]={message=Redis error, please check and send message continue., gwError=500:Redis error}, [600001005]={message=SMS template id is null, gwError=500:null template}, [600001006]={message=SMS template not exist, gwError=500:template error}, [600001007]={message=SMS template has no fit user, gwError=500:template user error}, [600001008]={message=SMS template fit user not exist, gwError=500:template user error}, [600001009]={message=Send message failed, gwError=500:Send message failed}, [600001010]={message=uid is null, gwError=500:uid is null}, [600001011]={message=mobile is in black list, gwError=500:mobile is in black list}, [600001012]={message=IP is in black list, gwError=500:IP is in black list}, [600001013]={message=send message num is out of limit, gwError=500:send message num is out of limit}}
2016-01-06 19:52:57.207 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-message.yml]
2016-01-06 19:52:57.208 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-promotion.yml]
2016-01-06 19:52:57.209 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[700001000]={message=参数错误.请确认, gwError=300:参数错误.请确认.}, [700001001]={message=很抱歉!参数错误., gwError=300:很抱歉!参数错误.}, [700001002]={message=该券不是有效的优惠券号码, gwError=301:该券不是有效的优惠券号码}, [700001003]={message=很抱歉!该优惠券处于关闭状态,无法使用, gwError=310:很抱歉!该优惠券处于关闭状态,无法使用}, [700001004]={message=很抱歉!该券号不存在, gwError=303:很抱歉!该券号不存在}, [700001005]={message=很抱歉!优惠券信息不存在, gwError=304:很抱歉!优惠券信息不存在}, [700001006]={message=很抱歉!该优惠券已经作废,无法使用, gwError=311:很抱歉!该优惠券已经作废,无法使用}, [700001007]={message=很抱歉!该券无法使用,请联系客服解决, gwError=302:很抱歉!该券无法使用,请联系客服解决}, [700001008]={message=很抱歉!您的用户身份类型不可使用该券, gwError=306:很抱歉!您的用户身份类型不可使用该券}, [700001009]={message=很抱歉!该券已经达到最大使用量, gwError=312:很抱歉!该券已经达到最大使用量}, [700001010]={message=很抱歉!您已经使用过该优惠券.不能重复使用, gwError=313:很抱歉!您已经使用过该优惠券.不能重复使用}, [700001011]={message=很抱歉!该优惠券未到使用时间或者已过期, gwError=315:很抱歉!该优惠券未到使用时间或者已过期}, [700001012]={message=很抱歉!您领用该券的数量已经达到最大限额,不能再领用, gwError=314:很抱歉!您领用该券的数量已经达到最大限额,不能再领用}, [700001013]={message=很抱歉!您没有该券信息,请使用自己的优惠券进行支付, gwError=317:很抱歉!您没有该券信息,请使用自己的优惠券进行支付}, [700001014]={message=优惠券已经领取, gwError=401:优惠券已经领取}, [700001015]={message=优惠券不存在, gwError=402:优惠券不存在}, [700001016]={message=发放优惠券失败, gwError=404:发放优惠券失败}, [700001017]={message=你来晚了,已被领完~, gwError=403:你来晚了,已被领完~}, [700001018]={message=参数配置信息不存在,请核实, gwError=403:参数配置信息不存在,请核实}, [700001019]={message=发放YOHO币失败, gwError=201:发放YOHO币失败}, [700001020]={message=用户生日信息不存在, gwError=201:用户生日信息不存在}, [700001021]={message=很抱歉!您的用户等级不可领用该券, gwError=402:很抱歉!您的用户等级不可领用该券}, [700001022]={message=很抱歉!生日券一年只能领一次哦, gwError=403:很抱歉!生日券一年只能领一次哦}}
2016-01-06 19:52:57.210 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-promotion.yml]
2016-01-06 19:52:57.210 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-shopping.yml]
2016-01-06 19:52:57.213 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[200001001]={message=request params can not be empty, gwError=400:请求参数不能为空}, [200001002]={message=product sku can not be empty, gwError=400:加入商品不能为空}, [200001003]={message=shopping key can not be empty, gwError=400:shopping key can not be empty}, [200001004]={message=this product can not be purchased more, gwError=500:此商品不能购买更多!!!}, [200001005]={message=shopping cart only add up to 50 paragraph Goods, gwError=500:购物车中最多加入50款商品}, [200001006]={message=no user information., gwError=500:没有用户信息.}, [200001007]={message=shopping cart is empty, gwError=200:没有购物车信息.}, [200001008]={message=product storage num is not enough, gwError=500:你选择的商品库存不足.}, [200001009]={message=the current version does not support your electronic ticket purchase, please try again after the update version., gwError=500:你当前的版本不支持电子票的购买,请更新版本后再试.}, [200001010]={message=without this product., gwError=500:没有这个产品.}, [200001011]={message=the current version does not support the sale of goods purchase, please update to the latest version., gwError=500:当前版本不支持预售商品购买,请更新最新版本.}, [200001012]={message=the last product,can not remove, gwError=500:最后一件商品了.}, [200001013]={message=product_sku_list is null., gwError=400:product_sku_list is null.}, [200001014]={message=packet is error., gwError=501:数据包错误.}, [200001015]={message=swap data is error., gwError=400:替换商品数据不正确.}, [200001016]={message=uid can not be null., gwError=400:UID不能为空}, [200001017]={message=goods does not belong to this promotion., gwError=500:商品不属于本次活动}, [200001018]={message=the number of the coupon does not meet the requirements., gwError=500:未达到该优惠券要求的商品数量}, [200001019]={message=the amount of the coupon does not meet the requirements, gwError=500:未达到该优惠券要求的商品金额}, [200001020]={message=the order is free,you can use coupon next time, gwError=500:订单已免邮,免邮券下次再用吧}, [200001021]={message=there can not use the coupon goods, gwError=500:没有可以使用优惠券的商品}, [200001022]={message=the coupon code can not be null, gwError=400:没有选中优惠券.}, [200001023]={message=shopping cart is null when query, gwError=500:请选择要移除的商品.}, [200001024]={message=shopping cart is null when increase, gwError=500:增加商品异常.}, [200001025]={message=shopping cart is null when decrease, gwError=500:减少商品异常.}, [200001026]={message=shopping cart is null when remove, gwError=500:请选择要移除的商品.}, [200001027]={message=shopping cart is null when swap, gwError=500:减少商品异常.}, [200001028]={message=shopping cart is null when payment, gwError=500:请选择要移除的商品.}, [200001029]={message=shopping cart is null when count, gwError=500:获取总数错误.}, [200001030]={message=shopping cart is null when selected, gwError=500:选择商品异常.}, [200001031]={message=shopping cart is null when compute, gwError=500:请选择要移除的商品.}, [200001032]={message=shopping cart is null when usecoupon, gwError=500:请选择要移除的商品.}, [200001033]={message=shopping cart is null when submit, gwError=500:请选择要移除的商品.}, [200001034]={message=shopping cart is null when addfavorite, gwError=500:请选择要移除的商品.}, [200001040]={message=order has been created., gwError=500:订单已经创建.}, [200001041]={message=Get order code failed!, gwError=500:获取订单号失败!}, [200001042]={message=promotion  not exist, gwError=500:促销活动不存在.}, [200001043]={message=submit erp order  missing goods list, gwError=500:缺少提交ERP订单商品.}, [200001044]={message=submit erp order  missing fields, gwError=500:提交ERP缺少字段.}, [200001045]={message=submit erp order  missing fields, gwError=500:提交ERP订单商品缺少字段.}, [200001046]={message=submit erp order  missing fields, gwError=500:配送信息缺少字段.}, [200001047]={message=submit erp order promotion error, gwError=500:提交ERP促销数据错误.}, [200001048]={message=create order failed, please try again later., gwError=500:创建订单失败,请稍后再试.}, [200001049]={message=local order missing field, gwError=500:缺少字段.}, [200001050]={message=yoho coin beyond currency amounts., gwError=500:超出YOHO币使用数量.}, [200001051]={message=sku buy number over buy limit., gwError=500:商品购买数量超过了限购数量}, [200001052]={message=call erp order status interface exception., gwError=500:创建订单失败,请稍后再试.}, [200001053]={message=submit order,address id is null., gwError=400:配货地址不能为空.}, [200001054]={message=submit order,payment type or payment type is null., gwError=400:请选择支付方式.}, [200001055]={message=submit order,payment type or payment type is null., gwError=400:请选择支付方式.}, [200001056]={message=call erp order status interface.response not 200., gwError=500:创建订单失败,请稍后再试.}, [200001057]={message=add favorite error}, [200001058]={message=call erp order create interface.response not 200., gwError=500:{0}.}, [200001059]={message=create order ,sku list can not be empty., gwError=500:订单商品不能为空.}, [200009999]={message=nonknown exception, gwError=500:系统错误.}}
2016-01-06 19:52:57.216 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-shopping.yml]
2016-01-06 19:52:57.216 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.216 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.217 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'serviceErrorMap'
2016-01-06 19:52:57.217 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'configLoader'
2016-01-06 19:52:57.217 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'configLoader'
2016-01-06 19:52:57.217 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.218 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'configLoader' to allow for resolving potential circular references
2016-01-06 19:52:57.219 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'gatewayErrorMap'
2016-01-06 19:52:57.220 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.220 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.228 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'serviceErrorMap'
2016-01-06 19:52:57.228 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.228 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.231 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1678 - Invoking init method  'init' on bean with name 'configLoader'
2016-01-06 19:52:57.232 [main] INFO  com.yoho.error.internel.ConfigLoader:28 - start to init error code info
2016-01-06 19:52:57.237 [main] INFO  com.yoho.error.internel.ConfigLoader:39 - init error code success. gateway error size 47, service error size 306
2016-01-06 19:52:57.238 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.238 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.238 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'configLoader'
2016-01-06 19:52:57.238 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'service-httpClient'
2016-01-06 19:52:57.239 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'service-httpClient'
2016-01-06 19:52:57.239 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.239 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'service-httpClient' to allow for resolving potential circular references
2016-01-06 19:52:57.241 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.241 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.242 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'service-httpClient'
2016-01-06 19:52:57.242 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'service-clientHttpRequestFactory'
2016-01-06 19:52:57.242 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'service-clientHttpRequestFactory'
2016-01-06 19:52:57.242 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.261 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'service-httpClient'
2016-01-06 19:52:57.460 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.460 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.464 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'service-clientHttpRequestFactory' to allow for resolving potential circular references
2016-01-06 19:52:57.466 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.467 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.467 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'service-clientHttpRequestFactory'
2016-01-06 19:52:57.468 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'errorHandler'
2016-01-06 19:52:57.468 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'errorHandler'
2016-01-06 19:52:57.468 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.472 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'errorHandler' to allow for resolving potential circular references
2016-01-06 19:52:57.474 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.474 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.474 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'errorHandler'
2016-01-06 19:52:57.475 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'service-restTemplate'
2016-01-06 19:52:57.475 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'service-restTemplate'
2016-01-06 19:52:57.475 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.478 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'service-clientHttpRequestFactory'
2016-01-06 19:52:57.481 [main] DEBUG org.springframework.beans.BeanUtils:455 - No property editor [org.springframework.http.converter.HttpMessageConverterEditor] found for type org.springframework.http.converter.HttpMessageConverter according to 'Editor' suffix convention
2016-01-06 19:52:57.496 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'service-restTemplate' to allow for resolving potential circular references
2016-01-06 19:52:57.501 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.http.converter.ByteArrayHttpMessageConverter#34f7cfd9'
2016-01-06 19:52:57.501 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.502 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.502 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.502 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.http.converter.ByteArrayHttpMessageConverter#34f7cfd9'
2016-01-06 19:52:57.502 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#65f095f8'
2016-01-06 19:52:57.503 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.504 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.504 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.504 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#65f095f8'
2016-01-06 19:52:57.505 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.http.converter.ResourceHttpMessageConverter#59af0466'
2016-01-06 19:52:57.505 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.505 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.505 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.506 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.http.converter.ResourceHttpMessageConverter#59af0466'
2016-01-06 19:52:57.506 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.http.converter.FormHttpMessageConverter#3e6ef8ad'
2016-01-06 19:52:57.506 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.509 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.509 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.510 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.http.converter.FormHttpMessageConverter#3e6ef8ad'
2016-01-06 19:52:57.510 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#346d61be'
2016-01-06 19:52:57.510 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.510 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.510 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.511 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#346d61be'
2016-01-06 19:52:57.511 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'errorHandler'
2016-01-06 19:52:57.511 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.511 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.519 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'service-restTemplate'
2016-01-06 19:52:57.519 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'serviceCallAudit'
2016-01-06 19:52:57.519 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'serviceCallAudit'
2016-01-06 19:52:57.519 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.523 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'serviceCallAudit' to allow for resolving potential circular references
2016-01-06 19:52:57.525 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.525 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.525 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'serviceCallAudit'
2016-01-06 19:52:57.525 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'randomStrategy'
2016-01-06 19:52:57.525 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'randomStrategy'
2016-01-06 19:52:57.525 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.526 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'randomStrategy' to allow for resolving potential circular references
2016-01-06 19:52:57.527 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.527 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.528 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'randomStrategy'
2016-01-06 19:52:57.528 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'roundRobinStrategy'
2016-01-06 19:52:57.528 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'roundRobinStrategy'
2016-01-06 19:52:57.528 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.528 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'roundRobinStrategy' to allow for resolving potential circular references
2016-01-06 19:52:57.530 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.530 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.530 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'roundRobinStrategy'
2016-01-06 19:52:57.530 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'serviceCaller'
2016-01-06 19:52:57.531 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'serviceCaller'
2016-01-06 19:52:57.531 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.532 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'serviceCaller' to allow for resolving potential circular references
2016-01-06 19:52:57.535 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'finder'
2016-01-06 19:52:57.535 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'finder'
2016-01-06 19:52:57.535 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.536 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'finder' to allow for resolving potential circular references
2016-01-06 19:52:57.537 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'serviceConfigMap'
2016-01-06 19:52:57.537 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'serviceConfigMap'
2016-01-06 19:52:57.538 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.538 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'serviceConfigMap' to allow for resolving potential circular references
2016-01-06 19:52:57.560 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'resourceAdaptor'
2016-01-06 19:52:57.560 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'resourceAdaptor'
2016-01-06 19:52:57.560 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.564 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'resourceAdaptor' to allow for resolving potential circular references
2016-01-06 19:52:57.566 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1678 - Invoking init method  'startMonitor' on bean with name 'resourceAdaptor'
2016-01-06 19:52:57.581 [main] INFO  com.yoho.core.rest.client.localfile.ResourcesHolder:59 - Start monitor changing on file: D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\services.yml success.
2016-01-06 19:52:57.581 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.581 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.582 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'resourceAdaptor'
2016-01-06 19:52:57.587 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'serviceConfigMap'
2016-01-06 19:52:57.588 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [services.yml]
2016-01-06 19:52:57.594 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){order={servers=[http://192.168.102.205:8084/order], services=[mergeShoppingCart:/shopping/mergeShoppingCart]}, product={servers=[http://192.168.102.205:8083/product], services=[queryFavoriteProductrByProductIds:/product/queryFavoriteProductrByProductIds, queryBrand:/brandSearch/queryBrand, querymiddleCategoryList:/product/querymiddleCategoryList, queryBrowserProduct:/browser/queryBrowserProduct, serchFavoriteProductrByProductIds:/favorite/serchFavoriteProductrByProductIds]}, promotion={servers=[http://192.168.102.205:8085/promotion], services=[queryCouponList:/coupon/queryCouponList, sendCoupon:/coupon/sendCoupon, sendChannelCoupon:/coupon/sendChannelCoupon, sendRegCoupon:/activity/sendRegCoupon, queryActivityList:/activity/queryActivityList]}}
2016-01-06 19:52:57.595 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [services.yml]
2016-01-06 19:52:57.595 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.595 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.595 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'serviceConfigMap'
2016-01-06 19:52:57.595 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.596 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.596 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'roundRobinStrategy'
2016-01-06 19:52:57.596 [main] INFO  com.yoho.core.rest.client.localfile.LocalFinder:91 - set all path:{order={servers=[http://192.168.102.205:8084/order], services=[mergeShoppingCart:/shopping/mergeShoppingCart]}, product={servers=[http://192.168.102.205:8083/product], services=[queryFavoriteProductrByProductIds:/product/queryFavoriteProductrByProductIds, queryBrand:/brandSearch/queryBrand, querymiddleCategoryList:/product/querymiddleCategoryList, queryBrowserProduct:/browser/queryBrowserProduct, serchFavoriteProductrByProductIds:/favorite/serchFavoriteProductrByProductIds]}, promotion={servers=[http://192.168.102.205:8085/promotion], services=[queryCouponList:/coupon/queryCouponList, sendCoupon:/coupon/sendCoupon, sendChannelCoupon:/coupon/sendChannelCoupon, sendRegCoupon:/activity/sendRegCoupon, queryActivityList:/activity/queryActivityList]}} from config file success. 
2016-01-06 19:52:57.596 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.597 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.597 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'finder'
2016-01-06 19:52:57.598 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'service-restTemplate'
2016-01-06 19:52:57.598 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'serviceCallAudit'
2016-01-06 19:52:57.598 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.598 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:52:57.601 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'serviceCaller'
2016-01-06 19:52:57.601 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'resourceAdaptor'
2016-01-06 19:52:57.601 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'finder'
2016-01-06 19:52:57.601 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'serviceConfigMap'
2016-01-06 19:52:57.601 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
2016-01-06 19:52:57.601 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
2016-01-06 19:52:57.601 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'IUnionLogDAO'
2016-01-06 19:52:57.601 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'clientCallback'
2016-01-06 19:52:57.601 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'clusterCallback'
2016-01-06 19:52:57.602 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'nodeCallback'
2016-01-06 19:52:57.602 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'elasticAdminClientTemplate'
2016-01-06 19:52:57.602 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'elasticClientTemplate'
2016-01-06 19:52:57.603 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
2016-01-06 19:52:57.627 [main] DEBUG org.springframework.context.support.GenericApplicationContext:765 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@188b6035]
2016-01-06 19:52:57.628 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'lifecycleProcessor'
2016-01-06 19:52:57.631 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:52:57.633 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties]
2016-01-06 19:52:57.633 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment]
2016-01-06 19:52:57.633 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null]
2016-01-06 19:52:57.635 [main] DEBUG org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate:118 - Storing ApplicationContext in cache under key [[MergedContextConfiguration@2e3fc542 testClass = Test, locations = '{classpath*:META-INF/spring/sprin*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2016-01-06 19:52:57.635 [main] DEBUG org.springframework.test.context.cache:247 - Spring test ApplicationContext cache statistics: [DefaultContextCache@61d34b4 size = 1, parentContextCount = 0, hitCount = 0, missCount = 1]
2016-01-06 19:52:57.639 [main] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata:86 - Processing injected element of bean 'com.test.Test': ResourceElement for org.yoho.union.server.service.IUnionService com.test.Test.unionService
2016-01-06 19:52:57.646 [main] ERROR org.springframework.test.context.TestContextManager:231 - Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@32eebfca] to prepare test instance [com.test.Test@10a035a0]
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.test.Test': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.yoho.union.server.service.IUnionService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@javax.annotation.Resource(shareable=true, lookup=, name=, description=, authenticationType=CONTAINER, type=class java.lang.Object, mappedName=)}
	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:311) ~[spring-context-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireBeanProperties(AbstractAutowireCapableBeanFactory.java:385) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:118) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:228) ~[spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:230) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:249) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:89) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) [junit-4.11.jar:na]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [junit-4.11.jar:na]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:193) [spring-test-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382) [.cp/:na]
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192) [.cp/:na]
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.yoho.union.server.service.IUnionService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@javax.annotation.Resource(shareable=true, lookup=, name=, description=, authenticationType=CONTAINER, type=class java.lang.Object, mappedName=)}
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1373) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1119) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:508) ~[spring-context-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:486) ~[spring-context-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:615) ~[spring-context-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:169) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:308) ~[spring-context-4.2.2.RELEASE.jar:4.2.2.RELEASE]
	... 26 common frames omitted
2016-01-06 19:52:57.653 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener:141 - After test class: context [DefaultTestContext@544a2ea6 testClass = Test, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2e3fc542 testClass = Test, locations = '{classpath*:META-INF/spring/sprin*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
2016-01-06 19:52:57.663 [Thread-2] INFO  org.springframework.context.support.GenericApplicationContext:954 - Closing org.springframework.context.support.GenericApplicationContext@7e9a5fbe: startup date [Wed Jan 06 19:52:55 CST 2016]; root of context hierarchy
2016-01-06 19:52:57.663 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:52:57.663 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'lifecycleProcessor'
2016-01-06 19:52:57.664 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:512 - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@55536d9e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,serviceGlobalExceptionHandler,org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0,stringConverter,jsonConverter,yohobuylogsMasterDataSource,yohobuylogsSlaveDataSource,dynamicDataSource,multipleDataSourceRouter,dataSourceMethodInterceptor,org.springframework.aop.config.internalAutoProxyCreator,daoPoint,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,gatewayErrorMap,serviceErrorMap,configLoader,service-httpClient,service-clientHttpRequestFactory,errorHandler,service-restTemplate,serviceCallAudit,randomStrategy,roundRobinStrategy,serviceCaller,resourceAdaptor,finder,serviceConfigMap,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,IUnionLogDAO,clientCallback,clusterCallback,nodeCallback,elasticAdminClientTemplate,elasticClientTemplate]; root of factory hierarchy
2016-01-06 19:52:57.664 [Thread-2] DEBUG org.springframework.beans.factory.support.DisposableBeanAdapter:326 - Invoking destroy method 'destroy' on bean with name 'resourceAdaptor'
2016-01-06 19:53:07.651 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean 'org.springframework.http.converter.ByteArrayHttpMessageConverter#34f7cfd9': [service-restTemplate]
2016-01-06 19:53:07.651 [Thread-2] DEBUG org.springframework.beans.factory.support.DisposableBeanAdapter:248 - Invoking destroy() on bean with name 'service-clientHttpRequestFactory'
2016-01-06 19:53:07.652 [Thread-2] DEBUG org.apache.http.impl.conn.PoolingHttpClientConnectionManager:388 - Connection manager is shutting down
2016-01-06 19:53:07.652 [Thread-2] DEBUG org.apache.http.impl.conn.PoolingHttpClientConnectionManager:394 - Connection manager shut down
2016-01-06 19:53:07.652 [Thread-2] DEBUG org.springframework.beans.factory.support.DisposableBeanAdapter:326 - Invoking destroy method 'close' on bean with name 'yohobuylogsSlaveDataSource'
2016-01-06 19:53:07.652 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#4c36250e#2': [org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0]
2016-01-06 19:53:07.652 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#759fad4#2': [(inner bean)#22c86919#2]
2016-01-06 19:53:07.653 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#10027fc9': [mvcUriComponentsContributor]
2016-01-06 19:53:07.653 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#4a067c25#1': [(inner bean)#10027fc9]
2016-01-06 19:53:07.653 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#759fad4#1': [(inner bean)#22c86919#1]
2016-01-06 19:53:07.654 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#4a067c25': [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0]
2016-01-06 19:53:07.654 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#759fad4': [(inner bean)#22c86919]
2016-01-06 19:53:07.655 [Thread-2] DEBUG org.springframework.beans.factory.support.DisposableBeanAdapter:326 - Invoking destroy method 'close' on bean with name 'yohobuylogsMasterDataSource'
2016-01-06 19:53:07.655 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#13ad5cd3': [org.springframework.web.servlet.handler.MappedInterceptor#0]
2016-01-06 19:56:49.011 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner:142 - SpringJUnit4ClassRunner constructor called with [class com.test.Test]
2016-01-06 19:56:49.017 [main] DEBUG org.springframework.test.context.BootstrapUtils:96 - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2016-01-06 19:56:49.022 [main] DEBUG org.springframework.test.context.BootstrapUtils:79 - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2016-01-06 19:56:49.032 [main] DEBUG org.springframework.test.context.BootstrapUtils:146 - Instantiating TestContextBootstrapper for test class [com.test.Test] from class [org.springframework.test.context.support.DefaultTestContextBootstrapper]
2016-01-06 19:56:49.055 [main] DEBUG org.springframework.test.context.support.AbstractDelegatingSmartContextLoader:97 - Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@2d8f65a4 declaringClass = 'com.test.Test', classes = '{}', locations = '{classpath*:META-INF/spring/spring*.xml}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
2016-01-06 19:56:49.057 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils:84 - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.test.Test]
2016-01-06 19:56:49.061 [main] DEBUG org.springframework.test.context.support.DefaultTestContextBootstrapper:130 - @TestExecutionListeners is not present for class [com.test.Test]: using defaults.
2016-01-06 19:56:49.066 [main] INFO  org.springframework.test.context.support.DefaultTestContextBootstrapper:259 - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2016-01-06 19:56:49.082 [main] INFO  org.springframework.test.context.support.DefaultTestContextBootstrapper:185 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@33723e30, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@64f6106c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@553a3d88, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7a30d1e6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5891e32e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@cb0ed20]
2016-01-06 19:56:49.083 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:71 - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.test.Test]
2016-01-06 19:56:49.084 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:83 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.test.Test]
2016-01-06 19:56:49.085 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:71 - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.test.Test]
2016-01-06 19:56:49.085 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:83 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.test.Test]
2016-01-06 19:56:49.087 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:71 - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.test.Test]
2016-01-06 19:56:49.087 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:83 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.test.Test]
2016-01-06 19:56:49.088 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:71 - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.test.Test]
2016-01-06 19:56:49.088 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:83 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.test.Test]
2016-01-06 19:56:49.088 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:71 - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.test.Test]
2016-01-06 19:56:49.088 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:83 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.test.Test]
2016-01-06 19:56:49.090 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener:141 - Before test class: context [DefaultTestContext@4fb64261 testClass = Test, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42607a4f testClass = Test, locations = '{classpath*:META-INF/spring/spring*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
2016-01-06 19:56:49.091 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:71 - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.test.Test]
2016-01-06 19:56:49.091 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils:83 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.test.Test]
2016-01-06 19:56:49.093 [main] DEBUG org.springframework.test.context.support.DependencyInjectionTestExecutionListener:81 - Performing dependency injection for test context [[DefaultTestContext@4fb64261 testClass = Test, testInstance = com.test.Test@1786f9d5, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42607a4f testClass = Test, locations = '{classpath*:META-INF/spring/spring*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]].
2016-01-06 19:56:49.093 [main] DEBUG org.springframework.test.context.support.AbstractDelegatingSmartContextLoader:107 - Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@42607a4f testClass = Test, locations = '{classpath*:META-INF/spring/spring*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]].
2016-01-06 19:56:49.093 [main] DEBUG org.springframework.test.context.support.AbstractGenericContextLoader:107 - Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@42607a4f testClass = Test, locations = '{classpath*:META-INF/spring/spring*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]].
2016-01-06 19:56:49.168 [main] DEBUG org.springframework.core.env.StandardEnvironment:109 - Adding [systemProperties] PropertySource with lowest search precedence
2016-01-06 19:56:49.169 [main] DEBUG org.springframework.core.env.StandardEnvironment:109 - Adding [systemEnvironment] PropertySource with lowest search precedence
2016-01-06 19:56:49.169 [main] DEBUG org.springframework.core.env.StandardEnvironment:127 - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
2016-01-06 19:56:49.177 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring]
2016-01-06 19:56:49.177 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-web/target/classes/META-INF/spring/spring*.xml]
2016-01-06 19:56:49.180 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-error\target\classes\META-INF\spring]
2016-01-06 19:56:49.180 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\META-INF\spring] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/META-INF/spring/spring*.xml]
2016-01-06 19:56:49.181 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar]
2016-01-06 19:56:49.182 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar]
2016-01-06 19:56:49.182 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:424 - Resolved location pattern [classpath*:META-INF/spring/spring*.xml] to resources [file [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring\spring-mvc.xml], file [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring\spring-mybatis.xml], file [D:\work\workspace\yoho\yoho-error\target\classes\META-INF\spring\spring-error.xml], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-rest-service.xml], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-services-client.xml]]
2016-01-06 19:56:49.183 [main] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring\spring-mvc.xml]
2016-01-06 19:56:49.187 [main] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2016-01-06 19:56:49.207 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:141 - Loading schema mappings from [META-INF/spring.schemas]
2016-01-06 19:56:49.210 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:147 - Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/oxm/spring-oxm-3.0.xsd=org/springframework/oxm/config/spring-oxm-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-4.2.xsd=org/springframework/transaction/config/spring-tx-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/oxm/spring-oxm-4.2.xsd=org/springframework/oxm/config/spring-oxm-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/oxm/spring-oxm.xsd=org/springframework/oxm/config/spring-oxm-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/oxm/spring-oxm-4.1.xsd=org/springframework/oxm/config/spring-oxm-4.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/oxm/spring-oxm-3.2.xsd=org/springframework/oxm/config/spring-oxm-3.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/aop/spring-aop-4.2.xsd=org/springframework/aop/config/spring-aop-4.2.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/oxm/spring-oxm-4.0.xsd=org/springframework/oxm/config/spring-oxm-4.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/oxm/spring-oxm-3.1.xsd=org/springframework/oxm/config/spring-oxm-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.2.xsd}
2016-01-06 19:56:49.212 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.1.xsd
2016-01-06 19:56:49.238 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/context/spring-context-3.1.xsd] in classpath: org/springframework/context/config/spring-context-3.1.xsd
2016-01-06 19:56:49.248 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.1.xsd
2016-01-06 19:56:49.253 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-4.0.xsd
2016-01-06 19:56:49.264 [main] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2016-01-06 19:56:49.275 [main] DEBUG org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver:157 - Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/oxm=org.springframework.oxm.config.OxmNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}
2016-01-06 19:56:49.296 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho]
2016-01-06 19:56:49.296 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.296 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.297 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.297 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\model] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.298 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yohobuy-union\yoho-union-server\target\classes\com\yoho]
2016-01-06 19:56:49.298 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-server\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-server/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.298 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-server\target\classes\com\yoho\union] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-server/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.299 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-server\target\classes\com\yoho\union\server] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-server/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.299 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-server\target\classes\com\yoho\union\server\service] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-server/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.299 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-server\target\classes\com\yoho\union\server\service\impl] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-server/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.300 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho]
2016-01-06 19:56:49.300 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.300 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.301 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.301 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.301 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.302 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.302 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho]
2016-01-06 19:56:49.302 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.302 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.303 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\exception] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.303 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\exception\handler] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.303 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\internel] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.304 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar]
2016-01-06 19:56:49.305 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar]
2016-01-06 19:56:49.308 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar]
2016-01-06 19:56:49.309 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar]
2016-01-06 19:56:49.310 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar]
2016-01-06 19:56:49.311 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar]
2016-01-06 19:56:49.312 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho]
2016-01-06 19:56:49.312 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.313 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.313 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.313 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.314 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.314 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.315 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.315 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho]
2016-01-06 19:56:49.316 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.316 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.316 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.316 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.318 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.319 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.322 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho]
2016-01-06 19:56:49.323 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.323 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.324 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.324 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.325 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.326 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.328 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho]
2016-01-06 19:56:49.328 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.329 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.329 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.329 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\browse] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.330 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\consts] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.330 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.331 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.332 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.335 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\vip] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.339 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho]
2016-01-06 19:56:49.339 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.340 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.341 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.341 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.342 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\favorite] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.342 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.344 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\order] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.344 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\promotion] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.345 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\search] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.345 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\shopcart] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.346 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\wrapper] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.347 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.348 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\search] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.348 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.349 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho]
2016-01-06 19:56:49.350 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.350 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.350 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.351 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.351 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.352 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\promotion] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.352 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\refund] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.352 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.353 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.353 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.354 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.354 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\utils] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.355 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho]
2016-01-06 19:56:49.355 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.356 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.356 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.356 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.356 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.357 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.357 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.357 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms\request] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.358 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms\response] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/**/*.class]
2016-01-06 19:56:49.359 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:424 - Resolved location pattern [classpath*:com/yoho/**/*.class] to resources [file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\IUnionLogDAO.class], file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\model\UnionLog.class], file [D:\work\workspace\yoho\yohobuy-union\yoho-union-server\target\classes\com\yoho\union\server\service\impl\UnionServiceImpl.class], file [D:\work\workspace\yoho\yohobuy-union\yoho-union-server\target\classes\com\yoho\union\server\service\IUnionService.class], file [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union\BaseBO.class], file [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union\request\AddUnionRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service\model\union\response\UnionResponseBO.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\ErrorCode.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\exception\handler\AbstractGlobalExceptionHandler.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\exception\handler\ServiceGlobalExceptionHandler.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\exception\ServiceException.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\GatewayError.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\internel\ConfigLoader.class], file [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error\ServiceError.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/helpers/ImagesHelper.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/helpers/StackTraceHelper.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/http/HttpClientsFactory$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/http/HttpClientsFactory.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/filter/AbstractFilter.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/filter/TimerFilter.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/interceptor/MethodProfileInterceptor.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/RequestStatistic$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/RequestStatistic.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/ThreadProfile$Entry.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/ThreadProfile$StackTrace.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/monitor/ThreadProfile.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/restbean/ResponseBean.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/utils/LocalIp.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/utils/LogUtils.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/utils/MD5.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/utils/URIBuilder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/common/utils/YHMath.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClientCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClusterCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/NodeCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticClientFactory.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticConfig.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticQuery.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticResult.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$4.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$10.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$9.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$3.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$17.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$12.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$4.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$7.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$14.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$16.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$18.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$15.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$13.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$5.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$11.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$2.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$8.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$2.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$3.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$6.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticAdminClientTemplate.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticClientTemplate.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/MultiDataSourceRouter.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DataSourceMethodInterceptor.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DynamicDataSource.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/annotation/ServiceDesc.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/annotation/MethodDesc.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/server/ServiceRegistrar.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/server/YHServiceDiscovery.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/client/DefaultZKClusterClient.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/client/ZKClusterClient.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/CreateMode.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/exception/ZKConnectException.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/exception/ZKOperateException.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/factory/ZkConfig.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/factory/ZKConfigParser.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/factory/ZookeeperClientMakerFactory$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/factory/ZookeeperClientMakerFactory$2.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/factory/ZookeeperClientMakerFactory.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/listener/DefaultConnectionListener.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/listener/DefaultNodeCacheListener.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/listener/ZKConnectionListener.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/listener/ZkNodeListener.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/Node.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/util/ZkPathUtils.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/ZKBootStartup$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/ZKBootStartup.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar!/com/yoho/core/zookeeper/ZkNodeData.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/common/InstanceDetail$InstanceDetailBuilder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/common/CuratorFrameworkFactoryBean.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/common/InstanceDetail.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/common/InstanceDetail$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/exception/ServiceNotFoundException.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/exception/ServiceNotAvaibleException.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/RestClientErrorHandler.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/hystrix/HytrixBaseCommand.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/hystrix/HytrixGetCommand.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/hystrix/HytrixPostCommand.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/hystrix/AsyncFuture.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/ServiceCaller.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/localfile/ResourcesHolder$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/localfile/ResourcesHolder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/localfile/LocalFinder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/localfile/ResourcesHolder$ServiceFileChangedListener.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/localfile/FileChangeEvent.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/RestTemplateUtils.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/RestClientErrorHandler$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/HystrixServiceCaller.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/statistics/ServiceCallAudit.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/ServiceFinder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/zookeeper/CuratorXDiscoveryClientWrapper.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/zookeeper/ZookeeperFinder.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/strategy/Strategy.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/strategy/RandomStrategy.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/strategy/RoundRobinStrategy.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/com/yoho/core/rest/client/NativeServiceCaller.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model\CommentBo.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model\CommentsRecordBo.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model\ShareOrderBo.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model\ShareOrderGoodsBo.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\model\ShareOrderTagBo.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\BaseSnsRequest.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\BatchSnsRequest.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\CommentRecordAddReq.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\CommentRecordReq.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\CommentReq.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\ShareOrderAudReq.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\request\ShareOrderForm.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\response\PageResponse.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\response\ProductFilterResponse.class], file [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service\model\sns\response\ResponseBean.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\BrandBO.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ClientBO.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ClientInitConfigBO$Clearcache.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ClientInitConfigBO$Config.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ClientInitConfigBO.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\NoticeBO.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\request\NoticeRequest.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\request\ResourcesRequestBody.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AddfloorParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AddfloorParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AppHotBrandsParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AppHotBrandsParsedResource$Title.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AppHotBrandsParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AppIconListParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\AppIconListParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\FocusParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\FocusParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\NoticeParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\NoticeParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\SingleImageParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\SingleImageParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\SmallPicParsedResource$Data.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\resource\SmallPicParsedResource.class], file [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service\model\resource\ResourcesBO.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ActivityBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ConditionLevel1Param.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ConditionLevel2Param.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ConditionLevel3Param.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ConditionParamBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\Conditions.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\CouponForm.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\CouponsBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\CouponsLogBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\CouponTypeBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\GateBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\OrderPromotion.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\OrderPromotionInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ProductBuyLimitBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\ProductLimitBo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\ActivityCouponReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\ActivityReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\CouponChannelReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\CouponsLogReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\CouponsReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\CouponUseReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\GateReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\ParamsConfigReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\ProductCouponsReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\ProductLimitReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\PromotionBuyLimitReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\request\UserConponsReq.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\response\EventConfigRsp.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\response\ProductCouponsInfo.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\response\ProductCouponsRsp.class], file [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service\model\promotion\UserConponsBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\BaseBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\browse\CategoryBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\browse\ProductBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\consts\Constant.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\AreaBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\MiniProfileInfoBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\OpenidUserBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\Profile.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\ProfileInfoBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserAddressBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserBaseBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserBaseProfileBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserProfileBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserProfileVerifyBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\profile\UserShareBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\AreaReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\AuthReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\BackpwdByEmailReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\BatchReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\BindMobileReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\BrandFavoriteReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\BrowseReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ChangeBindMobileReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ChangePwdRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ConsultReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\CouponsReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\DESRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\FavoriteCountReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\HeadModifyReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\MobileCheckReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ModifyHeadReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\MyIndexReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\PageReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ProductFavoriteReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\ProfileRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\RedEnvelopesReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\RegisterReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\SendEmailRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\SigninBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\SigninByOpenIDReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\SuggestQueryReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\SuggestUpdateReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserAddressReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserBaseReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserConponsBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserProfileReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserSessionReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\UserVipReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\YohoCoinCostReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\YohoCoinHistoryReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\YohoCoinLogReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\request\YohoCurrencyReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\AddressInfoRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\AddressInsertRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\AreaRspBo.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BatchRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BindMobileRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BrandFavoriteRespBO$Good.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BrandFavoriteRespBO$Product.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BrandFavoriteRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\BrowseRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ChangeBindMobileRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\CheckMobileRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\CommonRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ConsultRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\CouponsDataRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\CouponsRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\MyIndexRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\PageResponseBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ProductBrowseRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ProductFavoriteRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ProfileInfoRsp.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\RedPacketInfoResponseBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\RedpacketResponseBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\RegisterRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\ReturnInfoModel.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SigninByOpenIDRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SigninRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SSORspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SuggestPageRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SuggestQueryRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\SuggestUpdateRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\UserAddressRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\UserAddressUpdateRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\UserBaseListRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\UserBaseRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\VipInfoRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoin.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoinCostRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoinHistoryDataRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoinHistoryRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoinLogDataRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCoinLogRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\response\YohoCurrencyRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\vip\CostInfo.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\vip\PremiumScop.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\vip\VipInfo.class], file [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service\model\vip\VipLevel.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\ConfigParams$1.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\ConfigParams$2.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\ConfigParams$3.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\ConfigParams.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\FavoriteProductParams.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\constants\ProductIntroErrorMsg.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ArrivedProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\BrandBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\BrowseRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\CategoryBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ChangeProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\CommentBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\CommonBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ConsultBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ConsultLikeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\CouponsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\favorite\FavoriteProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\favorite\UserFaviteProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\FavoriteProductBO.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\FitModelBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\GoodsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\GoodsImagesBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\GoodsSizeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\HotRankTagBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\BaseBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\GoodsDescBo$Detail.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\GoodsDescBo$Param.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\GoodsDescBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\Html5ConfigBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\MaterialsBo$ProductMaterialBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\MaterialsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\MeasurementMethodBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ModelBo$Detail.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ModelBo$Param.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ModelBo$Params.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ModelBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ProductDescBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\ProductDetailBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\SizeInfoBo$Detail.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\SizeInfoBo$Param.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\SizeInfoBo$Params.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\SizeInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\TagsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\WashTipsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\html5\YourPreferProduct.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\INull.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\KeyWordInfo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ModelBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\NullProductColorBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\NullProductDescBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\NullProductExtraBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\NullProductInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\order\ProductOrderBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductCallBackDataBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductColorBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductDescBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductExtraBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductGiftBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductIntroBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductMaterialBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductPriceBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ProductTagBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\promotion\AddCostProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\promotion\ProductGiftDetailBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\PromotionBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\QueryBrandIdReq.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\QuerySalesCategoryReq.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\ReferenceSizeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\RefundProductBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SalesCategoryBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SalesCategoryRspBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\search\FavoriteBrand.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\search\NullFavoriteBrand.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\search\ProductSearchBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\shopcart\ProductBasicInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\shopcart\ProductShopCartBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SimpleBrandInfo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SizeAttributeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SizeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SizeInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\SortAttributeBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\StandardBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\StorageBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\VipPriceBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\WashTipsBo.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\wrapper\CommentBoWrapper.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\model\wrapper\ConsultBoWrapper.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\AddCostProductRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\BaseRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\BatchBaseRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\BatchProductOrderRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\BatchUpdateStorageRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\BrandQueryReq.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\CallBackDataRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\ConsultAddRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\ConsultLikeRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\ConsultQueryRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\FavoriteRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\HotRankTagQueryRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\LikeRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\ProductGiftRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\ProductOrderRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\SalesCategoryReq.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\search\BaseSearchRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\request\UpdateStorageRequest.class], file [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product\response\VoidResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\AareaNamesBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\AddressBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ChangeGoodsBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ChangeGoodsDetailBo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ChangeGoodsListBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ChangeTypeBo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\DeliveryAddressBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ExpressCompanyBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\OrderDefaultPreferencesBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ProductBuyLimitBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\promotion\PromotionCondition.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\promotion\PromotionInfo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\promotion\SecondCondition.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\promotion\ThirdCondition.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\PromotionBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\refund\Goods.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\refund\Payment.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\refund\UnderscoreGoods.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\refund\UnderscorePayment.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\RefundGoodsBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\RefundGoodsListBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\ShippingCostPromotion.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\model\WaybillInfoBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\ExpressCompanyRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\NewExpressRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeApplyProdCheckReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeDeliveryReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeExpressReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeGoodsApplyReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeGoodsDetailApplyReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderChangeGoodsReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderDetailRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderGoodsRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderListRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderPromotionInfoReq.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrdersStatusStatisticsRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\OrderSuccessRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\RefundGoodsListRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\RefundGoodsRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\RefundRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\RefundSubmitRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\ShoppingCartRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\ShoppingComputeRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\ShoppingSubmitRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\request\WaybillInfoRequest.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\CountBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\ExpressBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange\OrderChangeDeliveryRsp.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange\OrderChangeGoodsApplyRsp.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange\OrderChangeOrderDetailRsp.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange\OrderChangeStatusBo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\orderChange\OrderDeliveryTypeBo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrderInfoResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrderPromotionInfoBo.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\Orders.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrdersGoods.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrdersGoodsResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrdersStatusStatistics.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\OrderSuccessResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\PageResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\PaymentData.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\PromotionFormula.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\PromotionGift.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingAddResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingCartMergeRequestBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingCartMergeResponseBO.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingChargeResult.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingChargeTotal.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingComputeResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingCountResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingGiftGoods.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingGoods.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingInvoice.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingInvoiceType.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingPaymentResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingPaymentResponseWithRedEnvelopes.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingQueryResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingQueryResult.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingSubmitResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\shopping\ShoppingUseCouponResponse.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\TicketsQr$Tick.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\response\TicketsQr.class], file [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service\model\order\utils\CalendarUtils.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\BaseBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\InBoxModel.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\request\GetListReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\request\InboxReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\request\PageReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\response\GetListRespBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\inbox\response\PageResponseBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms\request\SMSTemplateReqBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms\response\CommonRspBO.class], file [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service\model\sms\response\SMSRspModel.class]]
2016-01-06 19:56:49.384 [main] DEBUG org.springframework.context.annotation.ClassPathBeanDefinitionScanner:286 - Identified candidate component class: file [D:\work\workspace\yoho\yohobuy-union\yoho-union-server\target\classes\com\yoho\union\server\service\impl\UnionServiceImpl.class]
2016-01-06 19:56:49.539 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0]
2016-01-06 19:56:49.540 [main] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\META-INF\spring\spring-mybatis.xml]
2016-01-06 19:56:49.542 [main] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2016-01-06 19:56:49.543 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.1.xsd
2016-01-06 19:56:49.562 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.1.xsd] in classpath: org/springframework/aop/config/spring-aop-3.1.xsd
2016-01-06 19:56:49.565 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.1.xsd
2016-01-06 19:56:49.568 [main] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2016-01-06 19:56:49.586 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0]
2016-01-06 19:56:49.587 [main] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from file [D:\work\workspace\yoho\yoho-error\target\classes\META-INF\spring\spring-error.xml]
2016-01-06 19:56:49.588 [main] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2016-01-06 19:56:49.589 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd
2016-01-06 19:56:49.596 [main] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2016-01-06 19:56:49.598 [main] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-rest-service.xml]
2016-01-06 19:56:49.600 [main] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2016-01-06 19:56:49.603 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd
2016-01-06 19:56:49.628 [main] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2016-01-06 19:56:49.630 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemProperties]
2016-01-06 19:56:49.630 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemEnvironment]
2016-01-06 19:56:49.630 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.active' in any property source. Returning [null]
2016-01-06 19:56:49.631 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemProperties]
2016-01-06 19:56:49.631 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemEnvironment]
2016-01-06 19:56:49.631 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.default' in any property source. Returning [null]
2016-01-06 19:56:49.631 [main] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317 - Loading XML bean definitions from URL [jar:file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar!/META-INF/spring/spring-services-client.xml]
2016-01-06 19:56:49.633 [main] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2016-01-06 19:56:49.636 [main] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.2.xsd
2016-01-06 19:56:49.661 [main] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2016-01-06 19:56:49.669 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.ByteArrayHttpMessageConverter#72cde7cc]
2016-01-06 19:56:49.669 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.StringHttpMessageConverter#5fd4f8f5]
2016-01-06 19:56:49.669 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.ResourceHttpMessageConverter#696da30b]
2016-01-06 19:56:49.670 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.http.converter.FormHttpMessageConverter#4e7912d8]
2016-01-06 19:56:49.670 [main] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate:481 - Neither XML 'id' nor 'name' specified - using generated bean name [com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#53976f5c]
2016-01-06 19:56:49.671 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemProperties]
2016-01-06 19:56:49.672 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemEnvironment]
2016-01-06 19:56:49.672 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.active' in any property source. Returning [null]
2016-01-06 19:56:49.673 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemProperties]
2016-01-06 19:56:49.673 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemEnvironment]
2016-01-06 19:56:49.673 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.default' in any property source. Returning [null]
2016-01-06 19:56:49.674 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemProperties]
2016-01-06 19:56:49.675 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemEnvironment]
2016-01-06 19:56:49.675 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.active' in any property source. Returning [null]
2016-01-06 19:56:49.675 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemProperties]
2016-01-06 19:56:49.675 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemEnvironment]
2016-01-06 19:56:49.675 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.default' in any property source. Returning [null]
2016-01-06 19:56:49.675 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemProperties]
2016-01-06 19:56:49.676 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemEnvironment]
2016-01-06 19:56:49.680 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.active' in any property source. Returning [null]
2016-01-06 19:56:49.682 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemProperties]
2016-01-06 19:56:49.682 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemEnvironment]
2016-01-06 19:56:49.682 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.default' in any property source. Returning [null]
2016-01-06 19:56:49.683 [main] DEBUG org.springframework.beans.factory.xml.XmlBeanDefinitionReader:224 - Loaded 49 bean definitions from location pattern [classpath*:META-INF/spring/spring*.xml]
2016-01-06 19:56:49.684 [main] INFO  org.springframework.context.support.GenericApplicationContext:574 - Refreshing org.springframework.context.support.GenericApplicationContext@103f852: startup date [Wed Jan 06 19:56:49 CST 2016]; root of context hierarchy
2016-01-06 19:56:49.684 [main] DEBUG org.springframework.context.support.GenericApplicationContext:608 - Bean factory for org.springframework.context.support.GenericApplicationContext@103f852: org.springframework.beans.factory.support.DefaultListableBeanFactory@2bfc268b: defining beans [unionServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,serviceGlobalExceptionHandler,org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0,stringConverter,jsonConverter,yohobuylogsMasterDataSource,yohobuylogsSlaveDataSource,dynamicDataSource,multipleDataSourceRouter,dataSourceMethodInterceptor,org.springframework.aop.config.internalAutoProxyCreator,daoPoint,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,gatewayErrorMap,serviceErrorMap,configLoader,service-httpClient,service-clientHttpRequestFactory,errorHandler,service-restTemplate,serviceCallAudit,randomStrategy,roundRobinStrategy,serviceCaller,resourceAdaptor,finder,serviceConfigMap]; root of factory hierarchy
2016-01-06 19:56:49.721 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2016-01-06 19:56:49.721 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2016-01-06 19:56:49.735 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references
2016-01-06 19:56:49.737 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2016-01-06 19:56:49.808 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2016-01-06 19:56:49.808 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2016-01-06 19:56:49.808 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references
2016-01-06 19:56:49.825 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2016-01-06 19:56:49.825 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2016-01-06 19:56:49.827 [main] DEBUG org.springframework.core.env.StandardEnvironment:109 - Adding [systemProperties] PropertySource with lowest search precedence
2016-01-06 19:56:49.827 [main] DEBUG org.springframework.core.env.StandardEnvironment:109 - Adding [systemEnvironment] PropertySource with lowest search precedence
2016-01-06 19:56:49.828 [main] DEBUG org.springframework.core.env.StandardEnvironment:127 - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
2016-01-06 19:56:49.829 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho]
2016-01-06 19:56:49.830 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.831 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.831 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.831 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\model] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.831 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yohobuy-union\yoho-union-server\target\classes\com\yoho]
2016-01-06 19:56:49.832 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-server\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-server/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.832 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-server\target\classes\com\yoho\union] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-server/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.832 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho]
2016-01-06 19:56:49.832 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.832 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\union-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/union-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.832 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho]
2016-01-06 19:56:49.833 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.833 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-error\target\classes\com\yoho\error] for files matching pattern [D:/work/workspace/yoho/yoho-error/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.834 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-common/1.0.1-SNAPSHOT/yoho-core-common-1.0.1-SNAPSHOT.jar]
2016-01-06 19:56:49.834 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar]
2016-01-06 19:56:49.837 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-server/1.0.1-SNAPSHOT/yoho-core-rest-server-1.0.1-SNAPSHOT.jar]
2016-01-06 19:56:49.838 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-zookeeper/1.0.1-SNAPSHOT/yoho-core-zookeeper-1.0.1-SNAPSHOT.jar]
2016-01-06 19:56:49.838 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-common/1.0.1-SNAPSHOT/yoho-core-rest-common-1.0.1-SNAPSHOT.jar]
2016-01-06 19:56:49.838 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:545 - Looking for matching resources in jar file [file:/E:/repo/com/yoho/core/yoho-core-rest-client-simple/1.0.1-SNAPSHOT/yoho-core-rest-client-simple-1.0.1-SNAPSHOT.jar]
2016-01-06 19:56:49.838 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho]
2016-01-06 19:56:49.838 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.839 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\sns-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/sns-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.839 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho]
2016-01-06 19:56:49.839 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.839 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\resource-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/resource-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.840 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho]
2016-01-06 19:56:49.840 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.840 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\promotion-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/promotion-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.840 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho]
2016-01-06 19:56:49.840 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.841 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\users-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/users-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.841 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho]
2016-01-06 19:56:49.841 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.842 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\product-service-model\target\classes\com\yoho\product] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/product-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.842 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho]
2016-01-06 19:56:49.842 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.842 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\order-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/order-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.842 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho]
2016-01-06 19:56:49.843 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.843 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yoho-service-model\message-service-model\target\classes\com\yoho\service] for files matching pattern [D:/work/workspace/yoho/yoho-service-model/message-service-model/target/classes/com/yoho/*/dal/**/*.class]
2016-01-06 19:56:49.843 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:424 - Resolved location pattern [classpath*:com/yoho/*/dal/**/*.class] to resources [file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\IUnionLogDAO.class], file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\model\UnionLog.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClientCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClusterCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/NodeCallback.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticClientFactory.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticConfig.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticQuery.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticResult.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$4.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$10.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$9.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$3.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$17.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$12.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$4.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$7.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$14.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$16.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$18.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$15.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$13.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$5.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$11.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$2.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$1.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$8.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$2.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$3.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$6.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticAdminClientTemplate.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticClientTemplate.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/MultiDataSourceRouter.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DataSourceMethodInterceptor.class], URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DynamicDataSource.class]]
2016-01-06 19:56:49.843 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\IUnionLogDAO.class]
2016-01-06 19:56:49.844 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\com\yoho\union\dal\model\UnionLog.class]
2016-01-06 19:56:49.844 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClientCallback.class]
2016-01-06 19:56:49.844 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/ClusterCallback.class]
2016-01-06 19:56:49.844 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/callback/NodeCallback.class]
2016-01-06 19:56:49.845 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticClientFactory.class]
2016-01-06 19:56:49.845 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/factory/ElasticConfig.class]
2016-01-06 19:56:49.845 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticQuery.class]
2016-01-06 19:56:49.846 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/entity/ElasticResult.class]
2016-01-06 19:56:49.846 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$4.class]
2016-01-06 19:56:49.846 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$10.class]
2016-01-06 19:56:49.847 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$1.class]
2016-01-06 19:56:49.847 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$9.class]
2016-01-06 19:56:49.847 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$3.class]
2016-01-06 19:56:49.848 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl.class]
2016-01-06 19:56:49.848 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$17.class]
2016-01-06 19:56:49.848 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$12.class]
2016-01-06 19:56:49.849 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl.class]
2016-01-06 19:56:49.849 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$4.class]
2016-01-06 19:56:49.849 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$7.class]
2016-01-06 19:56:49.849 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$14.class]
2016-01-06 19:56:49.850 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$16.class]
2016-01-06 19:56:49.850 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$18.class]
2016-01-06 19:56:49.850 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$15.class]
2016-01-06 19:56:49.851 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$13.class]
2016-01-06 19:56:49.851 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$5.class]
2016-01-06 19:56:49.851 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$11.class]
2016-01-06 19:56:49.852 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticClientTemplateImpl$2.class]
2016-01-06 19:56:49.852 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$1.class]
2016-01-06 19:56:49.852 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$8.class]
2016-01-06 19:56:49.852 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$2.class]
2016-01-06 19:56:49.853 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$3.class]
2016-01-06 19:56:49.853 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/impl/ElasticAdminClientTemplateImpl$6.class]
2016-01-06 19:56:49.853 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticAdminClientTemplate.class]
2016-01-06 19:56:49.853 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:286 - Identified candidate component class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/elasticsearch/client/ElasticClientTemplate.class]
2016-01-06 19:56:49.854 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/MultiDataSourceRouter.class]
2016-01-06 19:56:49.854 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DataSourceMethodInterceptor.class]
2016-01-06 19:56:49.854 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:292 - Ignored because not a concrete top-level class: URL [jar:file:/E:/repo/com/yoho/core/yoho-core-dal/1.0.0-SNAPSHOT/yoho-core-dal-1.0.0-SNAPSHOT.jar!/com/yoho/core/dal/datasource/DynamicDataSource.class]
2016-01-06 19:56:49.855 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'IUnionLogDAO' and 'com.yoho.union.dal.IUnionLogDAO' mapperInterface
2016-01-06 19:56:49.856 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'clientCallback' and 'com.yoho.core.dal.elasticsearch.callback.ClientCallback' mapperInterface
2016-01-06 19:56:49.856 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'clusterCallback' and 'com.yoho.core.dal.elasticsearch.callback.ClusterCallback' mapperInterface
2016-01-06 19:56:49.856 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'nodeCallback' and 'com.yoho.core.dal.elasticsearch.callback.NodeCallback' mapperInterface
2016-01-06 19:56:49.856 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'elasticAdminClientTemplate' and 'com.yoho.core.dal.elasticsearch.client.ElasticAdminClientTemplate' mapperInterface
2016-01-06 19:56:49.856 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:164 - Creating MapperFactoryBean with name 'elasticClientTemplate' and 'com.yoho.core.dal.elasticsearch.client.ElasticClientTemplate' mapperInterface
2016-01-06 19:56:49.857 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
2016-01-06 19:56:49.857 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
2016-01-06 19:56:49.858 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0' to allow for resolving potential circular references
2016-01-06 19:56:49.866 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
2016-01-06 19:56:49.867 [main] DEBUG org.springframework.core.env.MutablePropertySources:109 - Adding [environmentProperties] PropertySource with lowest search precedence
2016-01-06 19:56:49.867 [main] INFO  org.springframework.context.support.PropertySourcesPlaceholderConfigurer:172 - Loading properties file from URL [file:/D:/work/workspace/yoho/yohobuy-union/yoho-union-web/target/classes/jdbc.properties]
2016-01-06 19:56:49.867 [main] DEBUG org.springframework.core.env.MutablePropertySources:109 - Adding [localProperties] PropertySource with lowest search precedence
2016-01-06 19:56:49.870 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [environmentProperties]
2016-01-06 19:56:49.870 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [systemProperties]
2016-01-06 19:56:49.870 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [systemEnvironment]
2016-01-06 19:56:49.870 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.driver' in any property source. Returning [null]
2016-01-06 19:56:49.870 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [localProperties]
2016-01-06 19:56:49.871 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.driver' in [localProperties] with type [String] and value 'com.mysql.jdbc.Driver'
2016-01-06 19:56:49.872 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.master.url' in [environmentProperties]
2016-01-06 19:56:49.872 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.master.url' in [systemProperties]
2016-01-06 19:56:49.872 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.master.url' in [systemEnvironment]
2016-01-06 19:56:49.872 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.master.url' in any property source. Returning [null]
2016-01-06 19:56:49.873 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.master.url' in [localProperties]
2016-01-06 19:56:49.873 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.master.url' in [localProperties] with type [String] and value 'jdbc:mysql://192.168.50.69:9980/yohobuy_logs'
2016-01-06 19:56:49.873 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [environmentProperties]
2016-01-06 19:56:49.873 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [systemProperties]
2016-01-06 19:56:49.873 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [systemEnvironment]
2016-01-06 19:56:49.873 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.username' in any property source. Returning [null]
2016-01-06 19:56:49.873 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [localProperties]
2016-01-06 19:56:49.874 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.username' in [localProperties] with type [String] and value 'yh_test'
2016-01-06 19:56:49.874 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [environmentProperties]
2016-01-06 19:56:49.874 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [systemProperties]
2016-01-06 19:56:49.874 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [systemEnvironment]
2016-01-06 19:56:49.874 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.password' in any property source. Returning [null]
2016-01-06 19:56:49.874 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [localProperties]
2016-01-06 19:56:49.874 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.password' in [localProperties] with type [String] and value 'yh_test'
2016-01-06 19:56:49.875 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [environmentProperties]
2016-01-06 19:56:49.875 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [systemProperties]
2016-01-06 19:56:49.875 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [systemEnvironment]
2016-01-06 19:56:49.875 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.initialSize' in any property source. Returning [null]
2016-01-06 19:56:49.875 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [localProperties]
2016-01-06 19:56:49.875 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.initialSize' in [localProperties] with type [String] and value '0'
2016-01-06 19:56:49.875 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [environmentProperties]
2016-01-06 19:56:49.876 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [systemProperties]
2016-01-06 19:56:49.876 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [systemEnvironment]
2016-01-06 19:56:49.876 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxActive' in any property source. Returning [null]
2016-01-06 19:56:49.876 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [localProperties]
2016-01-06 19:56:49.876 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxActive' in [localProperties] with type [String] and value '80'
2016-01-06 19:56:49.876 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [environmentProperties]
2016-01-06 19:56:49.876 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [systemProperties]
2016-01-06 19:56:49.877 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [systemEnvironment]
2016-01-06 19:56:49.877 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxIdle' in any property source. Returning [null]
2016-01-06 19:56:49.877 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [localProperties]
2016-01-06 19:56:49.878 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxIdle' in [localProperties] with type [String] and value '60'
2016-01-06 19:56:49.878 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [environmentProperties]
2016-01-06 19:56:49.878 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [systemProperties]
2016-01-06 19:56:49.878 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [systemEnvironment]
2016-01-06 19:56:49.879 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.minIdle' in any property source. Returning [null]
2016-01-06 19:56:49.879 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [localProperties]
2016-01-06 19:56:49.879 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.minIdle' in [localProperties] with type [String] and value '10'
2016-01-06 19:56:49.879 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [environmentProperties]
2016-01-06 19:56:49.879 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [systemProperties]
2016-01-06 19:56:49.880 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [systemEnvironment]
2016-01-06 19:56:49.880 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxWait' in any property source. Returning [null]
2016-01-06 19:56:49.880 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [localProperties]
2016-01-06 19:56:49.880 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxWait' in [localProperties] with type [String] and value '10000'
2016-01-06 19:56:49.880 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [environmentProperties]
2016-01-06 19:56:49.880 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [systemProperties]
2016-01-06 19:56:49.880 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [systemEnvironment]
2016-01-06 19:56:49.881 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testWhileIdle' in any property source. Returning [null]
2016-01-06 19:56:49.881 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [localProperties]
2016-01-06 19:56:49.881 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testWhileIdle' in [localProperties] with type [String] and value 'true'
2016-01-06 19:56:49.881 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [environmentProperties]
2016-01-06 19:56:49.881 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [systemProperties]
2016-01-06 19:56:49.881 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [systemEnvironment]
2016-01-06 19:56:49.881 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in any property source. Returning [null]
2016-01-06 19:56:49.881 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [localProperties]
2016-01-06 19:56:49.882 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [localProperties] with type [String] and value '2000'
2016-01-06 19:56:49.882 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [environmentProperties]
2016-01-06 19:56:49.882 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [systemProperties]
2016-01-06 19:56:49.882 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [systemEnvironment]
2016-01-06 19:56:49.882 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.validationQuery' in any property source. Returning [null]
2016-01-06 19:56:49.882 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [localProperties]
2016-01-06 19:56:49.882 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.validationQuery' in [localProperties] with type [String] and value 'select 1'
2016-01-06 19:56:49.883 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [environmentProperties]
2016-01-06 19:56:49.883 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [systemProperties]
2016-01-06 19:56:49.883 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [systemEnvironment]
2016-01-06 19:56:49.883 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testOnBorrow' in any property source. Returning [null]
2016-01-06 19:56:49.883 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [localProperties]
2016-01-06 19:56:49.883 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testOnBorrow' in [localProperties] with type [String] and value 'true'
2016-01-06 19:56:49.883 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [environmentProperties]
2016-01-06 19:56:49.884 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [systemProperties]
2016-01-06 19:56:49.884 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [systemEnvironment]
2016-01-06 19:56:49.884 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testOnReturn' in any property source. Returning [null]
2016-01-06 19:56:49.884 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [localProperties]
2016-01-06 19:56:49.885 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testOnReturn' in [localProperties] with type [String] and value 'true'
2016-01-06 19:56:49.885 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [environmentProperties]
2016-01-06 19:56:49.885 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [systemProperties]
2016-01-06 19:56:49.885 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [systemEnvironment]
2016-01-06 19:56:49.885 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.driver' in any property source. Returning [null]
2016-01-06 19:56:49.885 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.driver' in [localProperties]
2016-01-06 19:56:49.885 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.driver' in [localProperties] with type [String] and value 'com.mysql.jdbc.Driver'
2016-01-06 19:56:49.886 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.slave.url' in [environmentProperties]
2016-01-06 19:56:49.886 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.slave.url' in [systemProperties]
2016-01-06 19:56:49.886 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.slave.url' in [systemEnvironment]
2016-01-06 19:56:49.886 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.slave.url' in any property source. Returning [null]
2016-01-06 19:56:49.886 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.slave.url' in [localProperties]
2016-01-06 19:56:49.886 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.slave.url' in [localProperties] with type [String] and value 'jdbc:mysql://192.168.102.219:3306/yohobuy_logs'
2016-01-06 19:56:49.886 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [environmentProperties]
2016-01-06 19:56:49.887 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [systemProperties]
2016-01-06 19:56:49.887 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [systemEnvironment]
2016-01-06 19:56:49.887 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.username' in any property source. Returning [null]
2016-01-06 19:56:49.887 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.username' in [localProperties]
2016-01-06 19:56:49.887 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.username' in [localProperties] with type [String] and value 'yh_test'
2016-01-06 19:56:49.887 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [environmentProperties]
2016-01-06 19:56:49.887 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [systemProperties]
2016-01-06 19:56:49.888 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [systemEnvironment]
2016-01-06 19:56:49.888 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.yohobuy_logs.password' in any property source. Returning [null]
2016-01-06 19:56:49.888 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.yohobuy_logs.password' in [localProperties]
2016-01-06 19:56:49.888 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.yohobuy_logs.password' in [localProperties] with type [String] and value 'yh_test'
2016-01-06 19:56:49.888 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [environmentProperties]
2016-01-06 19:56:49.888 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [systemProperties]
2016-01-06 19:56:49.888 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [systemEnvironment]
2016-01-06 19:56:49.889 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.initialSize' in any property source. Returning [null]
2016-01-06 19:56:49.889 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.initialSize' in [localProperties]
2016-01-06 19:56:49.889 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.initialSize' in [localProperties] with type [String] and value '0'
2016-01-06 19:56:49.889 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [environmentProperties]
2016-01-06 19:56:49.889 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [systemProperties]
2016-01-06 19:56:49.889 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [systemEnvironment]
2016-01-06 19:56:49.889 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxActive' in any property source. Returning [null]
2016-01-06 19:56:49.889 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxActive' in [localProperties]
2016-01-06 19:56:49.890 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxActive' in [localProperties] with type [String] and value '80'
2016-01-06 19:56:49.890 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [environmentProperties]
2016-01-06 19:56:49.890 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [systemProperties]
2016-01-06 19:56:49.890 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [systemEnvironment]
2016-01-06 19:56:49.890 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxIdle' in any property source. Returning [null]
2016-01-06 19:56:49.890 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxIdle' in [localProperties]
2016-01-06 19:56:49.890 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxIdle' in [localProperties] with type [String] and value '60'
2016-01-06 19:56:49.890 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [environmentProperties]
2016-01-06 19:56:49.891 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [systemProperties]
2016-01-06 19:56:49.891 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [systemEnvironment]
2016-01-06 19:56:49.891 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.minIdle' in any property source. Returning [null]
2016-01-06 19:56:49.891 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.minIdle' in [localProperties]
2016-01-06 19:56:49.891 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.minIdle' in [localProperties] with type [String] and value '10'
2016-01-06 19:56:49.891 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [environmentProperties]
2016-01-06 19:56:49.891 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [systemProperties]
2016-01-06 19:56:49.892 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [systemEnvironment]
2016-01-06 19:56:49.892 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.maxWait' in any property source. Returning [null]
2016-01-06 19:56:49.892 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.maxWait' in [localProperties]
2016-01-06 19:56:49.892 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.maxWait' in [localProperties] with type [String] and value '10000'
2016-01-06 19:56:49.892 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [environmentProperties]
2016-01-06 19:56:49.892 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [systemProperties]
2016-01-06 19:56:49.892 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [systemEnvironment]
2016-01-06 19:56:49.893 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testWhileIdle' in any property source. Returning [null]
2016-01-06 19:56:49.893 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testWhileIdle' in [localProperties]
2016-01-06 19:56:49.893 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testWhileIdle' in [localProperties] with type [String] and value 'true'
2016-01-06 19:56:49.893 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [environmentProperties]
2016-01-06 19:56:49.893 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [systemProperties]
2016-01-06 19:56:49.893 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [systemEnvironment]
2016-01-06 19:56:49.893 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in any property source. Returning [null]
2016-01-06 19:56:49.894 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [localProperties]
2016-01-06 19:56:49.894 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.timeBetweenEvictionRunsMillis' in [localProperties] with type [String] and value '2000'
2016-01-06 19:56:49.894 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [environmentProperties]
2016-01-06 19:56:49.894 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [systemProperties]
2016-01-06 19:56:49.894 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [systemEnvironment]
2016-01-06 19:56:49.894 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.validationQuery' in any property source. Returning [null]
2016-01-06 19:56:49.894 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.validationQuery' in [localProperties]
2016-01-06 19:56:49.894 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.validationQuery' in [localProperties] with type [String] and value 'select 1'
2016-01-06 19:56:49.895 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [environmentProperties]
2016-01-06 19:56:49.895 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [systemProperties]
2016-01-06 19:56:49.895 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [systemEnvironment]
2016-01-06 19:56:49.895 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testOnBorrow' in any property source. Returning [null]
2016-01-06 19:56:49.895 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnBorrow' in [localProperties]
2016-01-06 19:56:49.895 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testOnBorrow' in [localProperties] with type [String] and value 'true'
2016-01-06 19:56:49.896 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [environmentProperties]
2016-01-06 19:56:49.896 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [systemProperties]
2016-01-06 19:56:49.896 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [systemEnvironment]
2016-01-06 19:56:49.896 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.testOnReturn' in any property source. Returning [null]
2016-01-06 19:56:49.896 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.testOnReturn' in [localProperties]
2016-01-06 19:56:49.896 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.testOnReturn' in [localProperties] with type [String] and value 'true'
2016-01-06 19:56:49.897 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave:false' in [environmentProperties]
2016-01-06 19:56:49.897 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave:false' in [systemProperties]
2016-01-06 19:56:49.897 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave:false' in [systemEnvironment]
2016-01-06 19:56:49.897 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.readonlyinslave:false' in any property source. Returning [null]
2016-01-06 19:56:49.897 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave:false' in [localProperties]
2016-01-06 19:56:49.897 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.readonlyinslave:false' in any property source. Returning [null]
2016-01-06 19:56:49.897 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave' in [environmentProperties]
2016-01-06 19:56:49.898 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave' in [systemProperties]
2016-01-06 19:56:49.898 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave' in [systemEnvironment]
2016-01-06 19:56:49.898 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'jdbc.mysql.readonlyinslave' in any property source. Returning [null]
2016-01-06 19:56:49.898 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'jdbc.mysql.readonlyinslave' in [localProperties]
2016-01-06 19:56:49.898 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:90 - Found key 'jdbc.mysql.readonlyinslave' in [localProperties] with type [String] and value 'false'
2016-01-06 19:56:49.898 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout:6000' in [environmentProperties]
2016-01-06 19:56:49.898 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout:6000' in [systemProperties]
2016-01-06 19:56:49.899 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout:6000' in [systemEnvironment]
2016-01-06 19:56:49.899 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectReqTimeout:6000' in any property source. Returning [null]
2016-01-06 19:56:49.899 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout:6000' in [localProperties]
2016-01-06 19:56:49.899 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectReqTimeout:6000' in any property source. Returning [null]
2016-01-06 19:56:49.899 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout' in [environmentProperties]
2016-01-06 19:56:49.899 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout' in [systemProperties]
2016-01-06 19:56:49.899 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout' in [systemEnvironment]
2016-01-06 19:56:49.899 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectReqTimeout' in any property source. Returning [null]
2016-01-06 19:56:49.900 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectReqTimeout' in [localProperties]
2016-01-06 19:56:49.900 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectReqTimeout' in any property source. Returning [null]
2016-01-06 19:56:49.900 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout:6000' in [environmentProperties]
2016-01-06 19:56:49.900 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout:6000' in [systemProperties]
2016-01-06 19:56:49.900 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout:6000' in [systemEnvironment]
2016-01-06 19:56:49.900 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.socketTimeout:6000' in any property source. Returning [null]
2016-01-06 19:56:49.900 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout:6000' in [localProperties]
2016-01-06 19:56:49.900 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.socketTimeout:6000' in any property source. Returning [null]
2016-01-06 19:56:49.900 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout' in [environmentProperties]
2016-01-06 19:56:49.901 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout' in [systemProperties]
2016-01-06 19:56:49.901 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout' in [systemEnvironment]
2016-01-06 19:56:49.901 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.socketTimeout' in any property source. Returning [null]
2016-01-06 19:56:49.901 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.socketTimeout' in [localProperties]
2016-01-06 19:56:49.901 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.socketTimeout' in any property source. Returning [null]
2016-01-06 19:56:49.901 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout:6000' in [environmentProperties]
2016-01-06 19:56:49.901 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout:6000' in [systemProperties]
2016-01-06 19:56:49.902 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout:6000' in [systemEnvironment]
2016-01-06 19:56:49.902 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectTimeout:6000' in any property source. Returning [null]
2016-01-06 19:56:49.902 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout:6000' in [localProperties]
2016-01-06 19:56:49.902 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectTimeout:6000' in any property source. Returning [null]
2016-01-06 19:56:49.902 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout' in [environmentProperties]
2016-01-06 19:56:49.902 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout' in [systemProperties]
2016-01-06 19:56:49.902 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout' in [systemEnvironment]
2016-01-06 19:56:49.903 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectTimeout' in any property source. Returning [null]
2016-01-06 19:56:49.903 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'service.call.connectTimeout' in [localProperties]
2016-01-06 19:56:49.903 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'service.call.connectTimeout' in any property source. Returning [null]
2016-01-06 19:56:49.905 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2016-01-06 19:56:49.905 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2016-01-06 19:56:49.906 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
2016-01-06 19:56:49.906 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2016-01-06 19:56:49.907 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2016-01-06 19:56:49.907 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2016-01-06 19:56:49.907 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
2016-01-06 19:56:49.907 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2016-01-06 19:56:49.907 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2016-01-06 19:56:49.908 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2016-01-06 19:56:49.911 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references
2016-01-06 19:56:49.911 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2016-01-06 19:56:49.911 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
2016-01-06 19:56:49.911 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
2016-01-06 19:56:49.911 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references
2016-01-06 19:56:49.912 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
2016-01-06 19:56:49.912 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
2016-01-06 19:56:49.912 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
2016-01-06 19:56:49.912 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references
2016-01-06 19:56:49.912 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
2016-01-06 19:56:49.912 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
2016-01-06 19:56:49.912 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator'
2016-01-06 19:56:49.923 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references
2016-01-06 19:56:49.938 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator'
2016-01-06 19:56:49.941 [main] DEBUG org.springframework.context.support.GenericApplicationContext:714 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@452e19ca]
2016-01-06 19:56:49.943 [main] DEBUG org.springframework.context.support.GenericApplicationContext:738 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2f666ebb]
2016-01-06 19:56:49.944 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:741 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2bfc268b: defining beans [unionServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,serviceGlobalExceptionHandler,org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0,stringConverter,jsonConverter,yohobuylogsMasterDataSource,yohobuylogsSlaveDataSource,dynamicDataSource,multipleDataSourceRouter,dataSourceMethodInterceptor,org.springframework.aop.config.internalAutoProxyCreator,daoPoint,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,gatewayErrorMap,serviceErrorMap,configLoader,service-httpClient,service-clientHttpRequestFactory,errorHandler,service-restTemplate,serviceCallAudit,randomStrategy,roundRobinStrategy,serviceCaller,resourceAdaptor,finder,serviceConfigMap,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,IUnionLogDAO,clientCallback,clusterCallback,nodeCallback,elasticAdminClientTemplate,elasticClientTemplate]; root of factory hierarchy
2016-01-06 19:56:49.945 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'unionServiceImpl'
2016-01-06 19:56:49.945 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'unionServiceImpl'
2016-01-06 19:56:49.946 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:49.946 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:49.947 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references
2016-01-06 19:56:49.952 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'daoPoint'
2016-01-06 19:56:49.959 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'daoPoint'
2016-01-06 19:56:49.959 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:49.964 [main] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata:72 - Registered injected element on class [com.yoho.union.server.service.impl.UnionServiceImpl]: ResourceElement for com.yoho.union.dal.IUnionLogDAO com.yoho.union.server.service.impl.UnionServiceImpl.unionLogDAO
2016-01-06 19:56:49.965 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'unionServiceImpl' to allow for resolving potential circular references
2016-01-06 19:56:49.966 [main] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata:86 - Processing injected element of bean 'unionServiceImpl': ResourceElement for com.yoho.union.dal.IUnionLogDAO com.yoho.union.server.service.impl.UnionServiceImpl.unionLogDAO
2016-01-06 19:56:49.968 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:49.968 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:49.969 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:49.969 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:49.975 [main] DEBUG org.apache.ibatis.logging.LogFactory:128 - Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
2016-01-06 19:56:49.976 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:49.980 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:49.981 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:49.982 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:49.983 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:49.983 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'IUnionLogDAO'
2016-01-06 19:56:49.983 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'IUnionLogDAO'
2016-01-06 19:56:49.984 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'IUnionLogDAO' to allow for resolving potential circular references
2016-01-06 19:56:49.992 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:56:49.992 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'sqlSessionFactory'
2016-01-06 19:56:49.992 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:49.995 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references
2016-01-06 19:56:50.005 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'dynamicDataSource'
2016-01-06 19:56:50.005 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'dynamicDataSource'
2016-01-06 19:56:50.005 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.009 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'dynamicDataSource' to allow for resolving potential circular references
2016-01-06 19:56:50.014 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'yohobuylogsMasterDataSource'
2016-01-06 19:56:50.014 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'yohobuylogsMasterDataSource'
2016-01-06 19:56:50.014 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.022 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'yohobuylogsMasterDataSource' to allow for resolving potential circular references
2016-01-06 19:56:50.034 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.034 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.136 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'yohobuylogsMasterDataSource'
2016-01-06 19:56:50.137 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'yohobuylogsMasterDataSource'
2016-01-06 19:56:50.139 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'dynamicDataSource'
2016-01-06 19:56:50.139 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.139 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.142 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'dynamicDataSource'
2016-01-06 19:56:50.143 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\META-INF\mybatis]
2016-01-06 19:56:50.144 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:693 - Searching directory [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\META-INF\mybatis] for files matching pattern [D:/work/workspace/yoho/yohobuy-union/yoho-union-dal/target/classes/META-INF/mybatis/*.xml]
2016-01-06 19:56:50.144 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver:424 - Resolved location pattern [classpath*:META-INF/mybatis/*.xml] to resources [file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\META-INF\mybatis\UnionLogMapper.xml]]
2016-01-06 19:56:50.145 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory'
2016-01-06 19:56:50.145 [main] DEBUG org.mybatis.spring.SqlSessionFactoryBean:362 - Property 'configLocation' not specified, using default MyBatis Configuration
2016-01-06 19:56:50.229 [main] DEBUG org.mybatis.spring.SqlSessionFactoryBean:472 - Parsed mapper file: 'file [D:\work\workspace\yoho\yohobuy-union\yoho-union-dal\target\classes\META-INF\mybatis\UnionLogMapper.xml]'
2016-01-06 19:56:50.230 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.230 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.234 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'sqlSessionFactory'
2016-01-06 19:56:50.234 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.234 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.244 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'IUnionLogDAO'
2016-01-06 19:56:50.245 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.245 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.249 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'IUnionLogDAO'
2016-01-06 19:56:50.249 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.250 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'clientCallback'
2016-01-06 19:56:50.250 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'clientCallback'
2016-01-06 19:56:50.255 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'clientCallback' to allow for resolving potential circular references
2016-01-06 19:56:50.256 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:56:50.256 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'clientCallback'
2016-01-06 19:56:50.260 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.260 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.260 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'clientCallback'
2016-01-06 19:56:50.261 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.261 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'clusterCallback'
2016-01-06 19:56:50.261 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'clusterCallback'
2016-01-06 19:56:50.261 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'clusterCallback' to allow for resolving potential circular references
2016-01-06 19:56:50.262 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:56:50.262 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'clusterCallback'
2016-01-06 19:56:50.264 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.264 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.264 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'clusterCallback'
2016-01-06 19:56:50.265 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.265 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'nodeCallback'
2016-01-06 19:56:50.265 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'nodeCallback'
2016-01-06 19:56:50.265 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'nodeCallback' to allow for resolving potential circular references
2016-01-06 19:56:50.266 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:56:50.266 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'nodeCallback'
2016-01-06 19:56:50.268 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.268 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.268 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'nodeCallback'
2016-01-06 19:56:50.268 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.269 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'elasticAdminClientTemplate'
2016-01-06 19:56:50.269 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'elasticAdminClientTemplate'
2016-01-06 19:56:50.269 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'elasticAdminClientTemplate' to allow for resolving potential circular references
2016-01-06 19:56:50.269 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:56:50.270 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'elasticAdminClientTemplate'
2016-01-06 19:56:50.275 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.275 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.275 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'elasticAdminClientTemplate'
2016-01-06 19:56:50.275 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.276 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'elasticClientTemplate'
2016-01-06 19:56:50.276 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'elasticClientTemplate'
2016-01-06 19:56:50.276 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'elasticClientTemplate' to allow for resolving potential circular references
2016-01-06 19:56:50.276 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:56:50.276 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'elasticClientTemplate'
2016-01-06 19:56:50.278 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.278 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.278 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'elasticClientTemplate'
2016-01-06 19:56:50.280 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'IUnionLogDAO'
2016-01-06 19:56:50.281 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.281 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.282 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'dataSourceMethodInterceptor'
2016-01-06 19:56:50.282 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'dataSourceMethodInterceptor'
2016-01-06 19:56:50.283 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'dataSourceMethodInterceptor' to allow for resolving potential circular references
2016-01-06 19:56:50.285 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'dataSourceMethodInterceptor'
2016-01-06 19:56:50.285 [main] DEBUG com.yoho.core.dal.datasource.DataSourceMethodInterceptor:104 - DataSourceMethodInterceptor:afterPropertiesSet
2016-01-06 19:56:50.285 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'dataSourceMethodInterceptor'
2016-01-06 19:56:50.293 [main] DEBUG org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator:505 - Creating implicit proxy for bean 'IUnionLogDAO' with 0 common interceptors and 2 specific interceptors
2016-01-06 19:56:50.293 [main] DEBUG org.springframework.aop.framework.JdkDynamicAopProxy:117 - Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.sun.proxy.$Proxy16@78365cfa]
2016-01-06 19:56:50.297 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.297 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.298 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'unionServiceImpl'
2016-01-06 19:56:50.298 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2016-01-06 19:56:50.299 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2016-01-06 19:56:50.299 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2016-01-06 19:56:50.299 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2016-01-06 19:56:50.299 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
2016-01-06 19:56:50.299 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor'
2016-01-06 19:56:50.299 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.301 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references
2016-01-06 19:56:50.303 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.303 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.304 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor'
2016-01-06 19:56:50.304 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
2016-01-06 19:56:50.304 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory'
2016-01-06 19:56:50.304 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.305 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references
2016-01-06 19:56:50.307 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.307 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.308 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory'
2016-01-06 19:56:50.308 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcContentNegotiationManager'
2016-01-06 19:56:50.308 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'mvcContentNegotiationManager'
2016-01-06 19:56:50.308 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.309 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references
2016-01-06 19:56:50.314 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager'
2016-01-06 19:56:50.316 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.316 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.318 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcContentNegotiationManager'
2016-01-06 19:56:50.318 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0'
2016-01-06 19:56:50.318 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0'
2016-01-06 19:56:50.318 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.329 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references
2016-01-06 19:56:50.340 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcContentNegotiationManager'
2016-01-06 19:56:50.340 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.340 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.342 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcCorsConfigurations'
2016-01-06 19:56:50.342 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'mvcCorsConfigurations'
2016-01-06 19:56:50.342 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.343 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references
2016-01-06 19:56:50.347 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.347 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.363 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcCorsConfigurations'
2016-01-06 19:56:50.365 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2016-01-06 19:56:50.365 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2016-01-06 19:56:50.365 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.368 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#1c6804cd'
2016-01-06 19:56:50.368 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.368 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:56:50.369 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:56:50.369 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.369 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references
2016-01-06 19:56:50.372 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:56:50.499 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.499 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.501 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:56:50.502 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.502 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.516 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.516 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.517 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#1c6804cd'
2016-01-06 19:56:50.520 [main] DEBUG org.springframework.beans.BeanUtils:455 - No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention
2016-01-06 19:56:50.520 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references
2016-01-06 19:56:50.522 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.522 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.523 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2016-01-06 19:56:50.523 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0'
2016-01-06 19:56:50.524 [main] DEBUG org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping:174 - Looking for request mappings in application context: org.springframework.context.support.GenericApplicationContext@103f852: startup date [Wed Jan 06 19:56:49 CST 2016]; root of context hierarchy
2016-01-06 19:56:50.527 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.527 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.533 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0'
2016-01-06 19:56:50.533 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcCorsConfigurations'
2016-01-06 19:56:50.533 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:56:50.533 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0'
2016-01-06 19:56:50.533 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0'
2016-01-06 19:56:50.534 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.699 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references
2016-01-06 19:56:50.707 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcContentNegotiationManager'
2016-01-06 19:56:50.707 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#43ed0ff3'
2016-01-06 19:56:50.707 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.714 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:56:50.715 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.715 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.717 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#43ed0ff3'
2016-01-06 19:56:50.717 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#67ef029'
2016-01-06 19:56:50.717 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.722 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.723 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.726 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#67ef029'
2016-01-06 19:56:50.727 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#7e094740'
2016-01-06 19:56:50.727 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.730 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.730 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.732 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#7e094740'
2016-01-06 19:56:50.732 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4cc547a'
2016-01-06 19:56:50.732 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.734 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.734 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.735 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4cc547a'
2016-01-06 19:56:50.735 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4152d38d'
2016-01-06 19:56:50.735 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.738 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.739 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.741 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4152d38d'
2016-01-06 19:56:50.742 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#5398edd0'
2016-01-06 19:56:50.742 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.753 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.754 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.756 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#5398edd0'
2016-01-06 19:56:50.756 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#6928f576'
2016-01-06 19:56:50.756 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.764 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.765 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.768 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#6928f576'
2016-01-06 19:56:50.768 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#780ec4a5'
2016-01-06 19:56:50.769 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.769 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#3dd69f5a'
2016-01-06 19:56:50.770 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.776 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name '(inner bean)#3dd69f5a'
2016-01-06 19:56:50.778 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.779 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.782 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#3dd69f5a'
2016-01-06 19:56:50.782 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.782 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.836 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.837 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.842 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#780ec4a5'
2016-01-06 19:56:50.843 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#35293c05'
2016-01-06 19:56:50.844 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.847 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.848 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.849 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#35293c05'
2016-01-06 19:56:50.850 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4d411036'
2016-01-06 19:56:50.850 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.854 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.854 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.857 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4d411036'
2016-01-06 19:56:50.858 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0'
2016-01-06 19:56:50.858 [main] INFO  org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter:532 - Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@103f852: startup date [Wed Jan 06 19:56:49 CST 2016]; root of context hierarchy
2016-01-06 19:56:50.886 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.887 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.896 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0'
2016-01-06 19:56:50.897 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcUriComponentsContributor'
2016-01-06 19:56:50.897 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'mvcUriComponentsContributor'
2016-01-06 19:56:50.901 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.902 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references
2016-01-06 19:56:50.904 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#5be82d43'
2016-01-06 19:56:50.905 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.911 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcContentNegotiationManager'
2016-01-06 19:56:50.911 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#43ed0ff3#1'
2016-01-06 19:56:50.912 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.912 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:56:50.912 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.912 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.913 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#43ed0ff3#1'
2016-01-06 19:56:50.913 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#67ef029#1'
2016-01-06 19:56:50.913 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.914 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.914 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.915 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#67ef029#1'
2016-01-06 19:56:50.915 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#7e094740#1'
2016-01-06 19:56:50.915 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.916 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.917 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.917 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#7e094740#1'
2016-01-06 19:56:50.917 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4cc547a#1'
2016-01-06 19:56:50.917 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.918 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.918 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.918 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4cc547a#1'
2016-01-06 19:56:50.918 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4152d38d#1'
2016-01-06 19:56:50.918 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.919 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.920 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.920 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4152d38d#1'
2016-01-06 19:56:50.920 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#5398edd0#1'
2016-01-06 19:56:50.920 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.926 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.926 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.927 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#5398edd0#1'
2016-01-06 19:56:50.927 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#6928f576#1'
2016-01-06 19:56:50.927 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.928 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.928 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.929 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#6928f576#1'
2016-01-06 19:56:50.929 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#780ec4a5#1'
2016-01-06 19:56:50.929 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.929 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#3dd69f5a#1'
2016-01-06 19:56:50.929 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.930 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name '(inner bean)#3dd69f5a#1'
2016-01-06 19:56:50.941 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.942 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.942 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#3dd69f5a#1'
2016-01-06 19:56:50.942 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.943 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.944 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.944 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.945 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#780ec4a5#1'
2016-01-06 19:56:50.945 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#35293c05#1'
2016-01-06 19:56:50.945 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.945 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.946 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.946 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#35293c05#1'
2016-01-06 19:56:50.946 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4d411036#1'
2016-01-06 19:56:50.946 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.947 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.947 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.947 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4d411036#1'
2016-01-06 19:56:50.948 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name '(inner bean)#5be82d43'
2016-01-06 19:56:50.948 [main] INFO  org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter:532 - Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@103f852: startup date [Wed Jan 06 19:56:49 CST 2016]; root of context hierarchy
2016-01-06 19:56:50.948 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.948 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.949 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:246 - Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference
2016-01-06 19:56:50.950 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.950 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.951 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#5be82d43'
2016-01-06 19:56:50.951 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2016-01-06 19:56:50.951 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor'
2016-01-06 19:56:50.951 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcUriComponentsContributor'
2016-01-06 19:56:50.951 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2016-01-06 19:56:50.951 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0'
2016-01-06 19:56:50.952 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0'
2016-01-06 19:56:50.952 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.959 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references
2016-01-06 19:56:50.964 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcContentNegotiationManager'
2016-01-06 19:56:50.965 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#67ef029#2'
2016-01-06 19:56:50.965 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.965 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.965 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.966 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#67ef029#2'
2016-01-06 19:56:50.966 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#7e094740#2'
2016-01-06 19:56:50.966 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.967 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.968 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.968 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#7e094740#2'
2016-01-06 19:56:50.968 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4cc547a#2'
2016-01-06 19:56:50.968 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.969 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.969 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.969 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4cc547a#2'
2016-01-06 19:56:50.969 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4152d38d#2'
2016-01-06 19:56:50.969 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.970 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.970 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.971 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4152d38d#2'
2016-01-06 19:56:50.975 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#5398edd0#2'
2016-01-06 19:56:50.975 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.980 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.980 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.981 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#5398edd0#2'
2016-01-06 19:56:50.981 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#6928f576#2'
2016-01-06 19:56:50.981 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.982 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.982 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.983 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#6928f576#2'
2016-01-06 19:56:50.983 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#780ec4a5#2'
2016-01-06 19:56:50.983 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.983 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#3dd69f5a#2'
2016-01-06 19:56:50.983 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.984 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name '(inner bean)#3dd69f5a#2'
2016-01-06 19:56:50.986 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.987 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.987 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#3dd69f5a#2'
2016-01-06 19:56:50.987 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.987 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.989 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.989 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.990 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#780ec4a5#2'
2016-01-06 19:56:50.990 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#41382722'
2016-01-06 19:56:50.991 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.991 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.991 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.991 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#41382722'
2016-01-06 19:56:50.992 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0'
2016-01-06 19:56:50.992 [main] DEBUG org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver:257 - Looking for exception mappings: org.springframework.context.support.GenericApplicationContext@103f852: startup date [Wed Jan 06 19:56:49 CST 2016]; root of context hierarchy
2016-01-06 19:56:50.994 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.994 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.995 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0'
2016-01-06 19:56:50.995 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0'
2016-01-06 19:56:50.995 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0'
2016-01-06 19:56:50.996 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.996 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references
2016-01-06 19:56:50.999 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:50.999 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.000 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0'
2016-01-06 19:56:51.000 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0'
2016-01-06 19:56:51.000 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0'
2016-01-06 19:56:51.000 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.000 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references
2016-01-06 19:56:51.003 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.003 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.004 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0'
2016-01-06 19:56:51.004 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping'
2016-01-06 19:56:51.004 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping'
2016-01-06 19:56:51.004 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.005 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references
2016-01-06 19:56:51.010 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcCorsConfigurations'
2016-01-06 19:56:51.010 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2016-01-06 19:56:51.011 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:71 - Looking for URL mappings in application context: org.springframework.context.support.GenericApplicationContext@103f852: startup date [Wed Jan 06 19:56:49 CST 2016]; root of context hierarchy
2016-01-06 19:56:51.011 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'unionServiceImpl': no URL paths identified
2016-01-06 19:56:51.011 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified
2016-01-06 19:56:51.011 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified
2016-01-06 19:56:51.012 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified
2016-01-06 19:56:51.012 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified
2016-01-06 19:56:51.012 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified
2016-01-06 19:56:51.012 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified
2016-01-06 19:56:51.012 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcContentNegotiationManager': no URL paths identified
2016-01-06 19:56:51.012 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified
2016-01-06 19:56:51.012 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcCorsConfigurations': no URL paths identified
2016-01-06 19:56:51.012 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified
2016-01-06 19:56:51.012 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified
2016-01-06 19:56:51.013 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcUriComponentsContributor': no URL paths identified
2016-01-06 19:56:51.013 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified
2016-01-06 19:56:51.013 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified
2016-01-06 19:56:51.013 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified
2016-01-06 19:56:51.013 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified
2016-01-06 19:56:51.013 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified
2016-01-06 19:56:51.013 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified
2016-01-06 19:56:51.013 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified
2016-01-06 19:56:51.013 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0': no URL paths identified
2016-01-06 19:56:51.014 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'serviceGlobalExceptionHandler': no URL paths identified
2016-01-06 19:56:51.014 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0': no URL paths identified
2016-01-06 19:56:51.014 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'stringConverter': no URL paths identified
2016-01-06 19:56:51.014 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'jsonConverter': no URL paths identified
2016-01-06 19:56:51.014 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'yohobuylogsMasterDataSource': no URL paths identified
2016-01-06 19:56:51.014 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'yohobuylogsSlaveDataSource': no URL paths identified
2016-01-06 19:56:51.014 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'dynamicDataSource': no URL paths identified
2016-01-06 19:56:51.015 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'multipleDataSourceRouter': no URL paths identified
2016-01-06 19:56:51.015 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'dataSourceMethodInterceptor': no URL paths identified
2016-01-06 19:56:51.015 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified
2016-01-06 19:56:51.015 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'daoPoint': no URL paths identified
2016-01-06 19:56:51.015 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0': no URL paths identified
2016-01-06 19:56:51.015 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'sqlSessionFactory': no URL paths identified
2016-01-06 19:56:51.015 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0': no URL paths identified
2016-01-06 19:56:51.015 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'gatewayErrorMap': no URL paths identified
2016-01-06 19:56:51.015 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'serviceErrorMap': no URL paths identified
2016-01-06 19:56:51.016 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'configLoader': no URL paths identified
2016-01-06 19:56:51.016 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'service-httpClient': no URL paths identified
2016-01-06 19:56:51.016 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'service-clientHttpRequestFactory': no URL paths identified
2016-01-06 19:56:51.016 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'errorHandler': no URL paths identified
2016-01-06 19:56:51.016 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'service-restTemplate': no URL paths identified
2016-01-06 19:56:51.017 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'serviceCallAudit': no URL paths identified
2016-01-06 19:56:51.017 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'randomStrategy': no URL paths identified
2016-01-06 19:56:51.017 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'roundRobinStrategy': no URL paths identified
2016-01-06 19:56:51.017 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'serviceCaller': no URL paths identified
2016-01-06 19:56:51.017 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'resourceAdaptor': no URL paths identified
2016-01-06 19:56:51.017 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'finder': no URL paths identified
2016-01-06 19:56:51.017 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'serviceConfigMap': no URL paths identified
2016-01-06 19:56:51.018 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified
2016-01-06 19:56:51.018 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified
2016-01-06 19:56:51.018 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'IUnionLogDAO': no URL paths identified
2016-01-06 19:56:51.018 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'clientCallback': no URL paths identified
2016-01-06 19:56:51.018 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'clusterCallback': no URL paths identified
2016-01-06 19:56:51.018 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'nodeCallback': no URL paths identified
2016-01-06 19:56:51.018 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'elasticAdminClientTemplate': no URL paths identified
2016-01-06 19:56:51.018 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'elasticClientTemplate': no URL paths identified
2016-01-06 19:56:51.018 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'environment': no URL paths identified
2016-01-06 19:56:51.018 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'systemProperties': no URL paths identified
2016-01-06 19:56:51.018 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'systemEnvironment': no URL paths identified
2016-01-06 19:56:51.019 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified
2016-01-06 19:56:51.019 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'messageSource': no URL paths identified
2016-01-06 19:56:51.019 [main] DEBUG org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping:86 - Rejected bean name 'applicationEventMulticaster': no URL paths identified
2016-01-06 19:56:51.019 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.019 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.020 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping'
2016-01-06 19:56:51.020 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter'
2016-01-06 19:56:51.020 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter'
2016-01-06 19:56:51.020 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.021 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references
2016-01-06 19:56:51.023 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.023 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.024 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter'
2016-01-06 19:56:51.024 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter'
2016-01-06 19:56:51.024 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter'
2016-01-06 19:56:51.026 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.026 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references
2016-01-06 19:56:51.028 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.032 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.034 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter'
2016-01-06 19:56:51.034 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
2016-01-06 19:56:51.034 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'serviceGlobalExceptionHandler'
2016-01-06 19:56:51.034 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'serviceGlobalExceptionHandler'
2016-01-06 19:56:51.034 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.036 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'serviceGlobalExceptionHandler' to allow for resolving potential circular references
2016-01-06 19:56:51.039 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.039 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.040 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'serviceGlobalExceptionHandler'
2016-01-06 19:56:51.040 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0'
2016-01-06 19:56:51.040 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0'
2016-01-06 19:56:51.040 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.049 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0' to allow for resolving potential circular references
2016-01-06 19:56:51.053 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'stringConverter'
2016-01-06 19:56:51.054 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'stringConverter'
2016-01-06 19:56:51.054 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.056 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'stringConverter' to allow for resolving potential circular references
2016-01-06 19:56:51.058 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.058 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.058 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'stringConverter'
2016-01-06 19:56:51.059 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'jsonConverter'
2016-01-06 19:56:51.059 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'jsonConverter'
2016-01-06 19:56:51.059 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.059 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'jsonConverter' to allow for resolving potential circular references
2016-01-06 19:56:51.061 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.061 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.062 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'jsonConverter'
2016-01-06 19:56:51.062 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.062 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.063 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0'
2016-01-06 19:56:51.063 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'stringConverter'
2016-01-06 19:56:51.063 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'jsonConverter'
2016-01-06 19:56:51.063 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'yohobuylogsMasterDataSource'
2016-01-06 19:56:51.063 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'yohobuylogsSlaveDataSource'
2016-01-06 19:56:51.064 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'yohobuylogsSlaveDataSource'
2016-01-06 19:56:51.064 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.064 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'yohobuylogsSlaveDataSource' to allow for resolving potential circular references
2016-01-06 19:56:51.066 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.066 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.067 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'yohobuylogsSlaveDataSource'
2016-01-06 19:56:51.067 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'dynamicDataSource'
2016-01-06 19:56:51.067 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'multipleDataSourceRouter'
2016-01-06 19:56:51.067 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'multipleDataSourceRouter'
2016-01-06 19:56:51.067 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.068 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'multipleDataSourceRouter' to allow for resolving potential circular references
2016-01-06 19:56:51.072 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.073 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.073 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'multipleDataSourceRouter'
2016-01-06 19:56:51.073 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'dataSourceMethodInterceptor'
2016-01-06 19:56:51.073 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
2016-01-06 19:56:51.073 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.073 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:56:51.074 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2016-01-06 19:56:51.074 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'gatewayErrorMap'
2016-01-06 19:56:51.074 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'gatewayErrorMap'
2016-01-06 19:56:51.074 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.074 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'gatewayErrorMap' to allow for resolving potential circular references
2016-01-06 19:56:51.079 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'gatewayErrorMap'
2016-01-06 19:56:51.108 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [gateway-error.yml]
2016-01-06 19:56:51.144 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[200]={message=成功}, [500]={message=不接受此平台}, [501]={message=Open ID Is Null.}, [502]={message=Source Type Is Null or is error.}, [503]={message=登录失败}, [412]={message=%s}, [201]={message=未绑定}, [421]={message=账号不能为空.}, [422]={message=密码不能为空.}, [423]={message=密码不符合规则.}, [425]={message=发送失败}, [400]={message=请输入手机号}, [402]={message=手机号码格式错误}, [401]={message=不存在的第三方}, [403]={message=绑定失败,该帐号已经注册过,请更换}, [411]={message=更新手机号失败}, [420]={message=更新密码失败}, [413]={message=请输入密码}, [424]={message=绑定失败}, [414]={message=注册失败}, [10001]={message=账户必须是手机号或者邮箱}, [10012]={message=用户名或者密码错误}, [10010]={message=用户名或者密码错误}, [404]={message=该手机号已经绑定过账号,请更换手机号码!}, [450]={message=请使用第三方登录}, [451]={message=请选择登录方式}, [452]={message=要修改的地址ID不正确.}, [453]={message=用户ID不正确.}, [454]={message=收货人姓名不正确.}, [455]={message=请填写详细地址.}, [456]={message=省市必须选择.}, [457]={message=手机或者电话必须填写一个.}, [458]={message=添加失败.}, [459]={message=要修改的地址ID或者用户ID为空.}, [460]={message=删除失败.}, [461]={message=id 不存在!}, [462]={message=设置失败!}, [463]={message=请输入验证码!}, [464]={message=修改手机号失败!}, [465]={message=手机号码错误}, [601]={message=获取SSO用户信息错误.}, [602]={message=SSO用户登录信息为空.}, [603]={message=用户UID、邮件、手机号不能为空.}, [604]={message=获取SSO用户信息错误.}, [605]={message=SSO更新错误}, [998]={message=操作失败}, [999]={message=Service {0} is not available!}}
2016-01-06 19:56:51.145 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [gateway-error.yml]
2016-01-06 19:56:51.146 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.146 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.147 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'gatewayErrorMap'
2016-01-06 19:56:51.147 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'serviceErrorMap'
2016-01-06 19:56:51.147 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'serviceErrorMap'
2016-01-06 19:56:51.147 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.147 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'serviceErrorMap' to allow for resolving potential circular references
2016-01-06 19:56:51.148 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'serviceErrorMap'
2016-01-06 19:56:51.148 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error.yml]
2016-01-06 19:56:51.149 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[100200300]={message=user %s not find}, [100200301]={message=user is not validate}, [600001001]={message=param is null}}
2016-01-06 19:56:51.149 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error.yml]
2016-01-06 19:56:51.150 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-common.yml]
2016-01-06 19:56:51.151 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[100000000]={message=成功}}
2016-01-06 19:56:51.151 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-common.yml]
2016-01-06 19:56:51.151 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-product.yml]
2016-01-06 19:56:51.164 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[500001001]={message=type is incorrect, gwError=412:类型不正确}, [500001002]={message=id is incorrect, gwError=412:ID不正确}, [500001003]={message=product does not exist, gwError=412:该产品不存在}, [500001004]={message=favorite product exists, gwError=413:您已经收藏了该商品}, [500001005]={message=add success, gwError=200:收藏成功}, [500001006]={message=add fail, gwError=404:收藏失败}, [500001007]={message=cancel success, gwError=200:取消收藏成功}, [500001008]={message=cancel fail, gwError=404:取消收藏失败}, [500001009]={message=uid is incorrect, gwError=412:用户ID不正确}, [500001010]={message=favorite brand not exists, gwError=412:该品牌不存在}, [500001011]={message=favorite product exists, gwError=413:您已经收藏了该品牌}, [500001012]={message=product_skn Is Null., gwError=404:product_skn Is Null.}, [500001013]={message=promotion_id Is Null., gwError=404:promotion_id Is Null.}, [500001014]={message=Not Product Data., gwError=404:Not Product Data.}, [500001015]={message=activity not contain the product, gwError=500:商品不属于本次活动.}}
2016-01-06 19:56:51.164 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-product.yml]
2016-01-06 19:56:51.165 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-resources.yml]
2016-01-06 19:56:51.168 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[300000001]={message=request error, gwError=400:请求错误}, [300000002]={message=service error, gwError=500:服务错误}, [300001001]={message=content code is empty, gwError=400:content code is empty}, [300001002]={message=client type is empty, gwError=400:client type is empty}, [300001003]={message=gender is empty, gwError=400:gender is empty}, [300001004]={message=page must be greater than 0, gwError=400:page must be greater than 0}, [300001005]={message=limit must be greater than 0, gwError=400:limit must be greater than 0}, [300002001]={message=uid is empty, gwError=400:uid is empty}, [300002002]={message=udid is empty, gwError=400:udid is empty}, [300002003]={message=app version is empty, gwError=400:app version is empty}, [300002004]={message=screen size empty, gwError=400:screen size is empty}, [300002005]={message=no cache clear info, gwError=300002005:没有缓存清除信息}}
2016-01-06 19:56:51.169 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-resources.yml]
2016-01-06 19:56:51.169 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-orders.yml]
2016-01-06 19:56:51.175 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[400001000]={message=parameter is wrong, gwError=400:参数传递错误}, [400001001]={message=order is empty, gwError=400:订单不存在}, [400001002]={message=order code is empty, gwError=400:订单号不存在}, [400001003]={message=uid is empty, gwError=401:uid不存在}, [400001004]={message=delete order fail, gwError=500:删除失败}, [400001005]={message=orders goods is empty, gwError=402:订单商品不存在}, [400001006]={message=order has paid, gwError=406:该订单已经付款无法取消,请申请退货或者联系在线客服.}, [400001007]={message=submit order status fail, gwError=406:提交订单状态失败}, [400001008]={message=payment is empty, gwError=406:支付方式不存在}, [400001009]={message=no delivery order, gwError=500:没有已发货的订单}, [400001010]={message=no logistics order, gwError=500:没有物流订单}, [400001011]={message=not find logistics company, gwError=200:没有找到物流公司}, [400001012]={message=logistics information, gwError=200:物流信息}, [400001013]={message=no change order id, gwError=412:请选择要设置物流单号的换货申请}, [400001014]={message=no express company, gwError=412:请选择物流公司}, [400001015]={message=no express num, gwError=412:请填写快递单号}, [400001016]={message=no login, gwError=412:请先登录}, [400001017]={message=order delete, gwError=500:该订单已被删除}, [400001018]={message=no confirm, gwError=500:订单未确认收货,无法进行换货}, [400001019]={message=order expire, gwError=500:您的订单已经超过了换货有效期,无法进行换货}, [400001020]={message=save express fail, gwError=413:设置快递单号失败}, [400001021]={message=save express success, gwError=401:设置快递单号成功}, [400001022]={message=change request ID error, gwError=401:请选择要查看的换货详情}, [400001023]={message=change source  order not exists, gwError=403:您要查看的换货申请不存在}, [400001024]={message=change source order not exists, gwError=404:您要查看的换货信息原始订单不存在}, [400001025]={message=order no sign, gwError=403:订单未妥投,无法进行换货.}, [400001026]={message=order has expire , gwError=404:已经超过换货的最后期限,无法换货}, [400001027]={message=   no goods , gwError=405:请选择要换的商品}, [400001028]={message=  no receive name, gwError=406:请填写收货人姓名}, [400001029]={message=   no area, gwError=407:请选择省市区}, [400001030]={message=   no address , gwError=403:请填写收货详细地址}, [400001031]={message=  phone wrong , gwError=403:请填写正确的手机号}, [400001032]={message= order no , gwError=403:请选择换货商品寄回方式}, [400001033]={message= order no , gwError=403:请选择换货原因}, [400001034]={message= order no , gwError=403:请填写完整换货信息}, [400001035]={message= order no repeat, gwError=403:请不要重复提交}, [400001036]={message= order num wrong , gwError=401:您申请的换货商品中存在换货数量大于可以进行换货的商品的数量}, [400001037]={message= order no exists, gwError=403:您要查看的换货信息订单不存在}, [400001038]={message= send to erp error, gwError=403:调用ERP后台接口失败}, [400002001]={message=user ID error, gwError=400:用户ID错误}, [400002002]={message=refund request ID error, gwError=401:退货申请ID错误}, [400002003]={message=refund request you want to view does not exist, gwError=403:您要查看的退货申请不存在}, [400002004]={message=without a refund goods, gwError=500:没有退货商品}, [400002005]={message=select to set refund request of logistics number, gwError=412:请选择要设置物流单号的退货申请}, [400002006]={message=select a logistics company, gwError=412:请选择物流公司}, [400002007]={message=fill out the express order, gwError=412:请填写快递单号}, [400002008]={message=please log in first, gwError=412:请先登录}, [400002009]={message=refund request was not found, gwError=412:没有找到该退货申请}, [400002010]={message=failed to set express order, gwError=413:设置快递单号失败}, [400002011]={message=set refund express data fail, gwError=406:提交退货物流数据失败}, [400002012]={message=without refund request goods, gwError=412:没有退货申请商品}, [400002013]={message=invalid user ID, gwError=400:用户ID无效}, [400002014]={message=order number error, gwError=500:订单号错误}, [400002015]={message=the order does not exist, gwError=500:该订单不存在}, [400002016]={message=the order has been deleted, gwError=500:该订单已被删除}, [400002017]={message=the order not confirmed receipt and cannot be returned, gwError=500:该订单未确认收货,无法进行退货}, [400002018]={message=your order has exceeded the return period, gwError=500:您的订单已经超过了退货有效期}, [400002019]={message=order number error, gwError=400:订单号错误}, [400002020]={message=user ID error, gwError=402:用户ID错误}, [400002021]={message=please select the goods to return, gwError=403:请选择要退货的商品}, [400002022]={message=please select refund set, gwError=404:请选择退款设置}, [400002023]={message=please select a method of refund, gwError=440:请选择退款方式}, [400002024]={message=please set up your bank card information, gwError=406:请设置银行卡信息}, [400002025]={message=please set up alipay account, gwError=407:请设置支付宝账号}, [400002026]={message=you want to return the order does not exist, gwError=407:您要退货的订单不存在}, [400002027]={message=the order has been deleted, gwError=430:该订单已删除}, [400002028]={message=please select a return goods, gwError=411:请选择退货商品}, [400002029]={message=please select the reason for return, gwError=408:请选择退货原因}, [400002030]={message=please upload a real shot pictures, gwError=409:请上传实拍图片}, [400002031]={message=please fill out the return instructions, gwError=409:请填写退货说明}, [400002032]={message=return amount exceeds, gwError=410:退货数量已经超过}, [400002033]={message=please do not submit duplicate, gwError=401:请不要重复提交}, [400002034]={message=failed to create local credit order, gwError=420:创建本地退货单失败}, [400002035]={message=failed to create local credit order, gwError=421:创建本地退货单失败}, [400002036]={message=refund submit fail, gwError=406:提交退货申请失败}, [400003001]={message=parameter passing incorrect, gwError=500:参数传递不正确}, [400003002]={message=no exchange or refund information, gwError=500:没有退换货信息}, [400003003]={message=not find the logistics company, gwError=200:没有找到物流公司}, [400003004]={message=no Logistics Information, gwError=500:没有物流信息}, [400004001]={message=submit call erp, gwError=400:{0}}, [400004002]={message=set express call erp, gwError=500:{0}}, [400004003]={message=return order data is missing a required field, gwError=400:{0}}, [400004004]={message=submit call erp result, gwError=400:{0}}}
2016-01-06 19:56:51.178 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-orders.yml]
2016-01-06 19:56:51.178 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-sns.yml]
2016-01-06 19:56:51.179 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[999999999]={message=this is message}}
2016-01-06 19:56:51.179 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-sns.yml]
2016-01-06 19:56:51.179 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-user.yml]
2016-01-06 19:56:51.186 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[999999999]={message=this is message}, [100200300]={message=user %s not find}, [100200301]={message=user is not validate}, [100000000]={message=成功}, [100000001]={message=未绑定, gwError=200:未绑定}, [111111111]={message=other error, gwError=500:系统异常}, [100001001]={message=Open ID Is Null., gwError=400:Open Id 错误}, [100001002]={message=Source Type Is Null or is error., gwError=502:Source Type Is Null or is error.}, [100001003]={message=login error, gwError=502:登录失败}, [100001004]={message=Register parameter is null}, [100001005]={message=Password is invalid}, [100001006]={message=Register failed, gwError=422:注册失败}, [100001007]={message=third_login, gwError=400:请使用第三方登录}, [100001008]={message=login_method, gwError=400:请选择登录方式}, [100001009]={message=bind_success}, [100001010]={message=Address List.}, [100001011]={message=address_id_error}, [100001012]={message=user_id_error}, [100001013]={message=addresseename_error}, [100001014]={message=address_null}, [100001015]={message=province_must}, [100001016]={message=mobile_phone_one}, [100001017]={message=add_success}, [100001018]={message=add_false}, [100001019]={message=id_uid_null}, [100001020]={message=del_success}, [100001021]={message=del_false}, [100001022]={message=provinces list.}, [100001023]={message=id_is_null}, [100001024]={message=set_success}, [100001025]={message=set_false}, [100001026]={message=mobile_number_error, gwError=401:手机号码错误}, [100003000]={message=password is null, gwError=422:密码不能为空.}, [100003001]={message=uid为空, gwError=400:请先登录}, [100003002]={message=not user profile, gwError=421:账号不能为空.}, [100003003]={message=password_not_rule, gwError=423:密码不符合规则.}, [100003004]={message=mobile is null, gwError=400:请输入手机号}, [100003005]={message=mobile is error, gwError=402:手机号码格式错误}, [100003006]={message=send_error, gwError=404:发送失败}, [100003007]={message=Type is null||send_success}, [100003008]={message=Product Id is null}, [100003009]={message=Consult list is null}, [100003010]={message=Consult content is null}, [100003011]={message=Consult product not exist}, [100003012]={message=User is not exist}, [100003013]={message=thread is not exist, gwError=401:不存在的第三方}, [100003014]={message=mobile is register, gwError=400:绑定失败,该帐号已经注册过,请更换}, [100003015]={message=update mobile error, gwError=411:更新手机号失败}, [100003016]={message=update password error}, [100003017]={message=please input password}, [100003018]={message=BIND ERROR}, [100003019]={message=REGISTER ERROR}, [100003020]={message=Request object UserCoupon is null}, [100003021]={message=profile must be mobile or email, gwError=10001:账户必须是邮箱或手机号}, [100003022]={message=password error}, [100003023]={message=user not exists, gwError=404:用户不存在}, [100003024]={message=MOBILE_IS_EXISTS}, [100003025]={message=MOBILE_CHECK_IS_SUCCRSS}, [100003026]={message=code_is_null, gwError=403:请输入验证码!}, [100003027]={message=phone_update_success}, [100003028]={message=phone_update_false}, [100003029]={message=get user sso info error, gwError=500:获取SSO用户信息错误.}, [100003030]={message=sso login info null, gwError=500:SSO用户登录信息为空.}, [100003031]={message=nickname is null}, [100003032]={message=consult insert failed}, [100003033]={message=UID mail mobile must not null}, [100003034]={message=get sso info error}, [100003035]={message=sso update error}, [100003036]={message=Insert user coupons failed}, [100003037]={message=Update user base failed, gwError=500:更新用户信息失败}, [100003038]={message=check mobile success, gwError=200:手机号验证通过}, [100003039]={message=uid is null, gwError=500:uid is null}, [100003040]={message=uid is null, gwError=500:用户uid不能为空}, [100003041]={message=product is empty, gwError=500:没有收藏的产品}, [100003042]={message=brand is empty, gwError=500:没有收藏的品牌}, [100003043]={message=mobile is bind, gwError=400:该手机号已经绑定了其他账号,请更换手机号码}, [100003044]={message=password is error, gwError=10010:用户名或密码错误}, [100003045]={message=SSO_LOGIN_CODE_50101, gwError=10010:用户名或密码错误}, [100003046]={message=VALID_CODE_TIMEOUT_CODE, gwError=405:输入次数太多,请重新发送!}, [100003047]={message=VALID_ERROR, gwError=404:验证错误}, [100003048]={message=session key is null, gwError=400:session key is null}, [100004001]={message=change type is null}, [100004002]={message=change num is null}, [100004003]={message=change param is null}, [100004004]={message=order code is null}, [100004005]={message=currency is null}, [100004006]={message=loginName or password error, gwError=406:登录名或密码错误}, [100005001]={message=uid and udid is null, gwError=400:用户信息不正确}, [100005002]={message=product_skn is null, gwError=400:产品SKN错误}, [100005003]={message=middle_sort_id is null, gwError=400:产品分类错误}, [100005004]={message=uid is null, gwError=400:请先登录}, [100005005]={message=uid is null, gwError=400:用户ID错误}, [100005006]={message=uid is null, gwError=500:请先登录}, [100005007]={message=VERIFY_CODE_ERROR, gwError=404:您输入的验证码有误,请重新输入!}, [100005008]={message=TOKEN_IS_ERROR, gwError=402:token is error}, [100005009]={message=not check mobile, gwError=403:请先验证手机号!}, [100005010]={message=email null, gwError=401:邮箱错误}, [100005011]={message=email error, gwError=402:邮箱格式错误}, [100006001]={message=save suggest: param is null, gwError=400:建议不能为空}, [100006002]={message=save suggest: content is null, gwError=400:内容不能为空}, [100006003]={message=save suggest: failed, gwError=500:添加失败}, [100006004]={message=suggest reliable: udid or suggestId is null, gwError=400:Udid Or Suggest_id Or Sort Is Null}, [100006005]={message=suggest reliable: isReliable invalidated, gwError=400:isReliable invalidated}, [100006006]={message=suggest reliable: set already, gwError=500:您已经操作过}, [100006007]={message=suggest reliable: add failed, gwError=500:操作失败}}
2016-01-06 19:56:51.191 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-user.yml]
2016-01-06 19:56:51.192 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-message.yml]
2016-01-06 19:56:51.194 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[600001001]={message=Request parameter is null, gwError=500:sms parameter is null}, [600001002]={message=IP request over 1000 times in an hour, gwError=500:IP request over 1000 times in an hour}, [600001003]={message=Mobile request over 100 times in a minuter, gwError=500:Mobile request over 100 times in a minuter}, [600001004]={message=Redis error, please check and send message continue., gwError=500:Redis error}, [600001005]={message=SMS template id is null, gwError=500:null template}, [600001006]={message=SMS template not exist, gwError=500:template error}, [600001007]={message=SMS template has no fit user, gwError=500:template user error}, [600001008]={message=SMS template fit user not exist, gwError=500:template user error}, [600001009]={message=Send message failed, gwError=500:Send message failed}, [600001010]={message=uid is null, gwError=500:uid is null}, [600001011]={message=mobile is in black list, gwError=500:mobile is in black list}, [600001012]={message=IP is in black list, gwError=500:IP is in black list}, [600001013]={message=send message num is out of limit, gwError=500:send message num is out of limit}}
2016-01-06 19:56:51.194 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-message.yml]
2016-01-06 19:56:51.195 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-promotion.yml]
2016-01-06 19:56:51.198 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[700001000]={message=参数错误.请确认, gwError=300:参数错误.请确认.}, [700001001]={message=很抱歉!参数错误., gwError=300:很抱歉!参数错误.}, [700001002]={message=该券不是有效的优惠券号码, gwError=301:该券不是有效的优惠券号码}, [700001003]={message=很抱歉!该优惠券处于关闭状态,无法使用, gwError=310:很抱歉!该优惠券处于关闭状态,无法使用}, [700001004]={message=很抱歉!该券号不存在, gwError=303:很抱歉!该券号不存在}, [700001005]={message=很抱歉!优惠券信息不存在, gwError=304:很抱歉!优惠券信息不存在}, [700001006]={message=很抱歉!该优惠券已经作废,无法使用, gwError=311:很抱歉!该优惠券已经作废,无法使用}, [700001007]={message=很抱歉!该券无法使用,请联系客服解决, gwError=302:很抱歉!该券无法使用,请联系客服解决}, [700001008]={message=很抱歉!您的用户身份类型不可使用该券, gwError=306:很抱歉!您的用户身份类型不可使用该券}, [700001009]={message=很抱歉!该券已经达到最大使用量, gwError=312:很抱歉!该券已经达到最大使用量}, [700001010]={message=很抱歉!您已经使用过该优惠券.不能重复使用, gwError=313:很抱歉!您已经使用过该优惠券.不能重复使用}, [700001011]={message=很抱歉!该优惠券未到使用时间或者已过期, gwError=315:很抱歉!该优惠券未到使用时间或者已过期}, [700001012]={message=很抱歉!您领用该券的数量已经达到最大限额,不能再领用, gwError=314:很抱歉!您领用该券的数量已经达到最大限额,不能再领用}, [700001013]={message=很抱歉!您没有该券信息,请使用自己的优惠券进行支付, gwError=317:很抱歉!您没有该券信息,请使用自己的优惠券进行支付}, [700001014]={message=优惠券已经领取, gwError=401:优惠券已经领取}, [700001015]={message=优惠券不存在, gwError=402:优惠券不存在}, [700001016]={message=发放优惠券失败, gwError=404:发放优惠券失败}, [700001017]={message=你来晚了,已被领完~, gwError=403:你来晚了,已被领完~}, [700001018]={message=参数配置信息不存在,请核实, gwError=403:参数配置信息不存在,请核实}, [700001019]={message=发放YOHO币失败, gwError=201:发放YOHO币失败}, [700001020]={message=用户生日信息不存在, gwError=201:用户生日信息不存在}, [700001021]={message=很抱歉!您的用户等级不可领用该券, gwError=402:很抱歉!您的用户等级不可领用该券}, [700001022]={message=很抱歉!生日券一年只能领一次哦, gwError=403:很抱歉!生日券一年只能领一次哦}}
2016-01-06 19:56:51.199 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-promotion.yml]
2016-01-06 19:56:51.199 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [service-error-shopping.yml]
2016-01-06 19:56:51.206 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){[200001001]={message=request params can not be empty, gwError=400:请求参数不能为空}, [200001002]={message=product sku can not be empty, gwError=400:加入商品不能为空}, [200001003]={message=shopping key can not be empty, gwError=400:shopping key can not be empty}, [200001004]={message=this product can not be purchased more, gwError=500:此商品不能购买更多!!!}, [200001005]={message=shopping cart only add up to 50 paragraph Goods, gwError=500:购物车中最多加入50款商品}, [200001006]={message=no user information., gwError=500:没有用户信息.}, [200001007]={message=shopping cart is empty, gwError=200:没有购物车信息.}, [200001008]={message=product storage num is not enough, gwError=500:你选择的商品库存不足.}, [200001009]={message=the current version does not support your electronic ticket purchase, please try again after the update version., gwError=500:你当前的版本不支持电子票的购买,请更新版本后再试.}, [200001010]={message=without this product., gwError=500:没有这个产品.}, [200001011]={message=the current version does not support the sale of goods purchase, please update to the latest version., gwError=500:当前版本不支持预售商品购买,请更新最新版本.}, [200001012]={message=the last product,can not remove, gwError=500:最后一件商品了.}, [200001013]={message=product_sku_list is null., gwError=400:product_sku_list is null.}, [200001014]={message=packet is error., gwError=501:数据包错误.}, [200001015]={message=swap data is error., gwError=400:替换商品数据不正确.}, [200001016]={message=uid can not be null., gwError=400:UID不能为空}, [200001017]={message=goods does not belong to this promotion., gwError=500:商品不属于本次活动}, [200001018]={message=the number of the coupon does not meet the requirements., gwError=500:未达到该优惠券要求的商品数量}, [200001019]={message=the amount of the coupon does not meet the requirements, gwError=500:未达到该优惠券要求的商品金额}, [200001020]={message=the order is free,you can use coupon next time, gwError=500:订单已免邮,免邮券下次再用吧}, [200001021]={message=there can not use the coupon goods, gwError=500:没有可以使用优惠券的商品}, [200001022]={message=the coupon code can not be null, gwError=400:没有选中优惠券.}, [200001023]={message=shopping cart is null when query, gwError=500:请选择要移除的商品.}, [200001024]={message=shopping cart is null when increase, gwError=500:增加商品异常.}, [200001025]={message=shopping cart is null when decrease, gwError=500:减少商品异常.}, [200001026]={message=shopping cart is null when remove, gwError=500:请选择要移除的商品.}, [200001027]={message=shopping cart is null when swap, gwError=500:减少商品异常.}, [200001028]={message=shopping cart is null when payment, gwError=500:请选择要移除的商品.}, [200001029]={message=shopping cart is null when count, gwError=500:获取总数错误.}, [200001030]={message=shopping cart is null when selected, gwError=500:选择商品异常.}, [200001031]={message=shopping cart is null when compute, gwError=500:请选择要移除的商品.}, [200001032]={message=shopping cart is null when usecoupon, gwError=500:请选择要移除的商品.}, [200001033]={message=shopping cart is null when submit, gwError=500:请选择要移除的商品.}, [200001034]={message=shopping cart is null when addfavorite, gwError=500:请选择要移除的商品.}, [200001040]={message=order has been created., gwError=500:订单已经创建.}, [200001041]={message=Get order code failed!, gwError=500:获取订单号失败!}, [200001042]={message=promotion  not exist, gwError=500:促销活动不存在.}, [200001043]={message=submit erp order  missing goods list, gwError=500:缺少提交ERP订单商品.}, [200001044]={message=submit erp order  missing fields, gwError=500:提交ERP缺少字段.}, [200001045]={message=submit erp order  missing fields, gwError=500:提交ERP订单商品缺少字段.}, [200001046]={message=submit erp order  missing fields, gwError=500:配送信息缺少字段.}, [200001047]={message=submit erp order promotion error, gwError=500:提交ERP促销数据错误.}, [200001048]={message=create order failed, please try again later., gwError=500:创建订单失败,请稍后再试.}, [200001049]={message=local order missing field, gwError=500:缺少字段.}, [200001050]={message=yoho coin beyond currency amounts., gwError=500:超出YOHO币使用数量.}, [200001051]={message=sku buy number over buy limit., gwError=500:商品购买数量超过了限购数量}, [200001052]={message=call erp order status interface exception., gwError=500:创建订单失败,请稍后再试.}, [200001053]={message=submit order,address id is null., gwError=400:配货地址不能为空.}, [200001054]={message=submit order,payment type or payment type is null., gwError=400:请选择支付方式.}, [200001055]={message=submit order,payment type or payment type is null., gwError=400:请选择支付方式.}, [200001056]={message=call erp order status interface.response not 200., gwError=500:创建订单失败,请稍后再试.}, [200001057]={message=add favorite error}, [200001058]={message=call erp order create interface.response not 200., gwError=500:{0}.}, [200001059]={message=create order ,sku list can not be empty., gwError=500:订单商品不能为空.}, [200009999]={message=nonknown exception, gwError=500:系统错误.}}
2016-01-06 19:56:51.206 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [service-error-shopping.yml]
2016-01-06 19:56:51.206 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.206 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.207 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'serviceErrorMap'
2016-01-06 19:56:51.207 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'configLoader'
2016-01-06 19:56:51.207 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'configLoader'
2016-01-06 19:56:51.207 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.208 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'configLoader' to allow for resolving potential circular references
2016-01-06 19:56:51.209 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'gatewayErrorMap'
2016-01-06 19:56:51.209 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.210 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.215 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'serviceErrorMap'
2016-01-06 19:56:51.215 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.215 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.218 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1678 - Invoking init method  'init' on bean with name 'configLoader'
2016-01-06 19:56:51.219 [main] INFO  com.yoho.error.internel.ConfigLoader:28 - start to init error code info
2016-01-06 19:56:51.224 [main] INFO  com.yoho.error.internel.ConfigLoader:39 - init error code success. gateway error size 47, service error size 306
2016-01-06 19:56:51.224 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.224 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.225 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'configLoader'
2016-01-06 19:56:51.225 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'service-httpClient'
2016-01-06 19:56:51.225 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'service-httpClient'
2016-01-06 19:56:51.225 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.225 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'service-httpClient' to allow for resolving potential circular references
2016-01-06 19:56:51.227 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.228 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.229 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'service-httpClient'
2016-01-06 19:56:51.230 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'service-clientHttpRequestFactory'
2016-01-06 19:56:51.230 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'service-clientHttpRequestFactory'
2016-01-06 19:56:51.230 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.233 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'service-httpClient'
2016-01-06 19:56:51.454 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.454 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.462 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'service-clientHttpRequestFactory' to allow for resolving potential circular references
2016-01-06 19:56:51.465 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.465 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.467 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'service-clientHttpRequestFactory'
2016-01-06 19:56:51.467 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'errorHandler'
2016-01-06 19:56:51.467 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'errorHandler'
2016-01-06 19:56:51.467 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.472 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'errorHandler' to allow for resolving potential circular references
2016-01-06 19:56:51.473 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.474 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.474 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'errorHandler'
2016-01-06 19:56:51.474 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'service-restTemplate'
2016-01-06 19:56:51.474 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'service-restTemplate'
2016-01-06 19:56:51.474 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.478 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'service-clientHttpRequestFactory'
2016-01-06 19:56:51.480 [main] DEBUG org.springframework.beans.BeanUtils:455 - No property editor [org.springframework.http.converter.HttpMessageConverterEditor] found for type org.springframework.http.converter.HttpMessageConverter according to 'Editor' suffix convention
2016-01-06 19:56:51.493 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'service-restTemplate' to allow for resolving potential circular references
2016-01-06 19:56:51.500 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.http.converter.ByteArrayHttpMessageConverter#72cde7cc'
2016-01-06 19:56:51.500 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.501 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.501 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.501 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.http.converter.ByteArrayHttpMessageConverter#72cde7cc'
2016-01-06 19:56:51.502 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#5fd4f8f5'
2016-01-06 19:56:51.502 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.503 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.503 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.504 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.http.converter.StringHttpMessageConverter#5fd4f8f5'
2016-01-06 19:56:51.504 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.http.converter.ResourceHttpMessageConverter#696da30b'
2016-01-06 19:56:51.504 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.505 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.505 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.505 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.http.converter.ResourceHttpMessageConverter#696da30b'
2016-01-06 19:56:51.505 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.http.converter.FormHttpMessageConverter#4e7912d8'
2016-01-06 19:56:51.505 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.507 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.507 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.507 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.http.converter.FormHttpMessageConverter#4e7912d8'
2016-01-06 19:56:51.507 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#53976f5c'
2016-01-06 19:56:51.507 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.508 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.508 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.509 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter#53976f5c'
2016-01-06 19:56:51.510 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'errorHandler'
2016-01-06 19:56:51.510 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.511 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.523 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'service-restTemplate'
2016-01-06 19:56:51.524 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'serviceCallAudit'
2016-01-06 19:56:51.524 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'serviceCallAudit'
2016-01-06 19:56:51.524 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.531 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'serviceCallAudit' to allow for resolving potential circular references
2016-01-06 19:56:51.533 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.534 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.534 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'serviceCallAudit'
2016-01-06 19:56:51.534 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'randomStrategy'
2016-01-06 19:56:51.534 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'randomStrategy'
2016-01-06 19:56:51.534 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.535 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'randomStrategy' to allow for resolving potential circular references
2016-01-06 19:56:51.536 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.538 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.539 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'randomStrategy'
2016-01-06 19:56:51.539 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'roundRobinStrategy'
2016-01-06 19:56:51.539 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'roundRobinStrategy'
2016-01-06 19:56:51.539 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.539 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'roundRobinStrategy' to allow for resolving potential circular references
2016-01-06 19:56:51.541 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.541 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.541 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'roundRobinStrategy'
2016-01-06 19:56:51.541 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'serviceCaller'
2016-01-06 19:56:51.541 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'serviceCaller'
2016-01-06 19:56:51.542 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.543 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'serviceCaller' to allow for resolving potential circular references
2016-01-06 19:56:51.545 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'finder'
2016-01-06 19:56:51.545 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'finder'
2016-01-06 19:56:51.545 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.546 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'finder' to allow for resolving potential circular references
2016-01-06 19:56:51.547 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'serviceConfigMap'
2016-01-06 19:56:51.548 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'serviceConfigMap'
2016-01-06 19:56:51.548 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.548 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'serviceConfigMap' to allow for resolving potential circular references
2016-01-06 19:56:51.569 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'resourceAdaptor'
2016-01-06 19:56:51.569 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:448 - Creating instance of bean 'resourceAdaptor'
2016-01-06 19:56:51.570 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.573 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:529 - Eagerly caching bean 'resourceAdaptor' to allow for resolving potential circular references
2016-01-06 19:56:51.575 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1678 - Invoking init method  'startMonitor' on bean with name 'resourceAdaptor'
2016-01-06 19:56:51.587 [main] INFO  com.yoho.core.rest.client.localfile.ResourcesHolder:59 - Start monitor changing on file: D:\work\workspace\yoho\yohobuy-union\yoho-union-web\target\classes\services.yml success.
2016-01-06 19:56:51.587 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.587 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.588 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'resourceAdaptor'
2016-01-06 19:56:51.592 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'serviceConfigMap'
2016-01-06 19:56:51.593 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:154 - Loading from YAML: class path resource [services.yml]
2016-01-06 19:56:51.597 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:225 - Merging document (no matchers set){order={servers=[http://192.168.102.205:8084/order], services=[mergeShoppingCart:/shopping/mergeShoppingCart]}, product={servers=[http://192.168.102.205:8083/product], services=[queryFavoriteProductrByProductIds:/product/queryFavoriteProductrByProductIds, queryBrand:/brandSearch/queryBrand, querymiddleCategoryList:/product/querymiddleCategoryList, queryBrowserProduct:/browser/queryBrowserProduct, serchFavoriteProductrByProductIds:/favorite/serchFavoriteProductrByProductIds]}, promotion={servers=[http://192.168.102.205:8085/promotion], services=[queryCouponList:/coupon/queryCouponList, sendCoupon:/coupon/sendCoupon, sendChannelCoupon:/coupon/sendChannelCoupon, sendRegCoupon:/activity/sendRegCoupon, queryActivityList:/activity/queryActivityList]}}
2016-01-06 19:56:51.598 [main] DEBUG org.springframework.beans.factory.config.YamlMapFactoryBean:167 - Loaded 1 document from YAML resource: class path resource [services.yml]
2016-01-06 19:56:51.598 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.598 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.599 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'serviceConfigMap'
2016-01-06 19:56:51.599 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.599 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.600 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'roundRobinStrategy'
2016-01-06 19:56:51.600 [main] INFO  com.yoho.core.rest.client.localfile.LocalFinder:91 - set all path:{order={servers=[http://192.168.102.205:8084/order], services=[mergeShoppingCart:/shopping/mergeShoppingCart]}, product={servers=[http://192.168.102.205:8083/product], services=[queryFavoriteProductrByProductIds:/product/queryFavoriteProductrByProductIds, queryBrand:/brandSearch/queryBrand, querymiddleCategoryList:/product/querymiddleCategoryList, queryBrowserProduct:/browser/queryBrowserProduct, serchFavoriteProductrByProductIds:/favorite/serchFavoriteProductrByProductIds]}, promotion={servers=[http://192.168.102.205:8085/promotion], services=[queryCouponList:/coupon/queryCouponList, sendCoupon:/coupon/sendCoupon, sendChannelCoupon:/coupon/sendChannelCoupon, sendRegCoupon:/activity/sendRegCoupon, queryActivityList:/activity/queryActivityList]}} from config file success. 
2016-01-06 19:56:51.600 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.600 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.601 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'finder'
2016-01-06 19:56:51.601 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'service-restTemplate'
2016-01-06 19:56:51.602 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'serviceCallAudit'
2016-01-06 19:56:51.602 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.602 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.605 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:484 - Finished creating instance of bean 'serviceCaller'
2016-01-06 19:56:51.605 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'resourceAdaptor'
2016-01-06 19:56:51.606 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'finder'
2016-01-06 19:56:51.606 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'serviceConfigMap'
2016-01-06 19:56:51.606 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
2016-01-06 19:56:51.606 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
2016-01-06 19:56:51.607 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'IUnionLogDAO'
2016-01-06 19:56:51.607 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'clientCallback'
2016-01-06 19:56:51.607 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'clusterCallback'
2016-01-06 19:56:51.607 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'nodeCallback'
2016-01-06 19:56:51.608 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'elasticAdminClientTemplate'
2016-01-06 19:56:51.608 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'elasticClientTemplate'
2016-01-06 19:56:51.608 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
2016-01-06 19:56:51.632 [main] DEBUG org.springframework.context.support.GenericApplicationContext:765 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3681037]
2016-01-06 19:56:51.632 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'lifecycleProcessor'
2016-01-06 19:56:51.635 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:56:51.636 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties]
2016-01-06 19:56:51.636 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:81 - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment]
2016-01-06 19:56:51.637 [main] DEBUG org.springframework.core.env.PropertySourcesPropertyResolver:103 - Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null]
2016-01-06 19:56:51.638 [main] DEBUG org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate:118 - Storing ApplicationContext in cache under key [[MergedContextConfiguration@42607a4f testClass = Test, locations = '{classpath*:META-INF/spring/spring*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2016-01-06 19:56:51.638 [main] DEBUG org.springframework.test.context.cache:247 - Spring test ApplicationContext cache statistics: [DefaultContextCache@151ef57f size = 1, parentContextCount = 0, hitCount = 0, missCount = 1]
2016-01-06 19:56:51.640 [main] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata:86 - Processing injected element of bean 'com.test.Test': ResourceElement for com.yoho.union.server.service.IUnionService com.test.Test.unionService
2016-01-06 19:56:51.642 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'unionServiceImpl'
2016-01-06 19:56:51.642 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.642 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2016-01-06 19:56:51.645 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener:106 - Before test method: context [DefaultTestContext@4fb64261 testClass = Test, testInstance = com.test.Test@1786f9d5, testMethod = t@Test, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42607a4f testClass = Test, locations = '{classpath*:META-INF/spring/spring*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
2016-01-06 19:56:51.656 [main] DEBUG com.yoho.core.dal.datasource.DataSourceMethodInterceptor:41 - call dao method [com.yoho.union.dal.IUnionLogDAO.selectByPrimaryKey]
2016-01-06 19:56:51.656 [main] DEBUG com.yoho.core.dal.datasource.DataSourceMethodInterceptor:106 - router reader datasource in cluster, random[0], size[2], datasource index[0] in datasourceSet[yohobuylogsMasterDataSource,yohobuylogsMasterDataSource]
2016-01-06 19:56:51.656 [main] DEBUG com.yoho.core.dal.datasource.DataSourceMethodInterceptor:112 - datasource router result is [yohobuylogsMasterDataSource], choose by dao[com.yoho.union.dal.IUnionLogDAO] & statementid[selectByPrimaryKey] in cluster[yohobuylogsDbCluster]
2016-01-06 19:56:51.662 [main] DEBUG org.mybatis.spring.SqlSessionUtils:104 - Creating a new SqlSession
2016-01-06 19:56:51.665 [main] DEBUG org.mybatis.spring.SqlSessionUtils:140 - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7be71476] was not registered for synchronization because synchronization is not active
2016-01-06 19:56:51.672 [main] DEBUG org.springframework.jdbc.datasource.DataSourceUtils:110 - Fetching JDBC Connection from DataSource
2016-01-06 19:56:52.494 [main] DEBUG org.mybatis.spring.transaction.SpringManagedTransaction:86 - JDBC Connection [jdbc:mysql://192.168.50.69:9980/yohobuy_logs, UserName=yh_test@172.16.6.246, MySQL Connector Java] will not be managed by Spring
2016-01-06 19:56:52.497 [main] DEBUG com.yoho.union.dal.IUnionLogDAO.selectByPrimaryKey:139 - ==>  Preparing: select id, union_name, app, udid, callbackurl, create_time, is_active, update_time from union_log where id = ? 
2016-01-06 19:56:52.513 [main] DEBUG com.yoho.union.dal.IUnionLogDAO.selectByPrimaryKey:139 - ==> Parameters: 1(Integer)
2016-01-06 19:56:52.582 [main] DEBUG com.yoho.union.dal.IUnionLogDAO.selectByPrimaryKey:139 - <==      Total: 0
2016-01-06 19:56:52.584 [main] DEBUG org.mybatis.spring.SqlSessionUtils:168 - Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7be71476]
2016-01-06 19:56:52.584 [main] DEBUG org.springframework.jdbc.datasource.DataSourceUtils:327 - Returning JDBC Connection to DataSource
2016-01-06 19:56:52.618 [main] WARN  com.yoho.core.dal.datasource.DataSourceMethodInterceptor:78 - database operation delay[961] exceed threadshold[150],,dao[com.yoho.union.dal.IUnionLogDAO],statement[selectByPrimaryKey],arguments[ index:0 type:java.lang.Integer value:1],begintime[1452081411656],endtime[1452081412618],threadshold[150]. 
2016-01-06 19:56:52.618 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener:106 - After test method: context [DefaultTestContext@4fb64261 testClass = Test, testInstance = com.test.Test@1786f9d5, testMethod = t@Test, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42607a4f testClass = Test, locations = '{classpath*:META-INF/spring/spring*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
2016-01-06 19:56:52.619 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener:141 - After test class: context [DefaultTestContext@4fb64261 testClass = Test, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42607a4f testClass = Test, locations = '{classpath*:META-INF/spring/spring*.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
2016-01-06 19:56:52.620 [Thread-2] INFO  org.springframework.context.support.GenericApplicationContext:954 - Closing org.springframework.context.support.GenericApplicationContext@103f852: startup date [Wed Jan 06 19:56:49 CST 2016]; root of context hierarchy
2016-01-06 19:56:52.620 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'sqlSessionFactory'
2016-01-06 19:56:52.621 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'lifecycleProcessor'
2016-01-06 19:56:52.621 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:512 - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2bfc268b: defining beans [unionServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,mvcCorsConfigurations,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,serviceGlobalExceptionHandler,org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0,stringConverter,jsonConverter,yohobuylogsMasterDataSource,yohobuylogsSlaveDataSource,dynamicDataSource,multipleDataSourceRouter,dataSourceMethodInterceptor,org.springframework.aop.config.internalAutoProxyCreator,daoPoint,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,gatewayErrorMap,serviceErrorMap,configLoader,service-httpClient,service-clientHttpRequestFactory,errorHandler,service-restTemplate,serviceCallAudit,randomStrategy,roundRobinStrategy,serviceCaller,resourceAdaptor,finder,serviceConfigMap,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,IUnionLogDAO,clientCallback,clusterCallback,nodeCallback,elasticAdminClientTemplate,elasticClientTemplate]; root of factory hierarchy
2016-01-06 19:56:52.621 [Thread-2] DEBUG org.springframework.beans.factory.support.DisposableBeanAdapter:326 - Invoking destroy method 'destroy' on bean with name 'resourceAdaptor'
2016-01-06 19:57:01.642 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean 'org.springframework.http.converter.ByteArrayHttpMessageConverter#72cde7cc': [service-restTemplate]
2016-01-06 19:57:01.642 [Thread-2] DEBUG org.springframework.beans.factory.support.DisposableBeanAdapter:248 - Invoking destroy() on bean with name 'service-clientHttpRequestFactory'
2016-01-06 19:57:01.642 [Thread-2] DEBUG org.apache.http.impl.conn.PoolingHttpClientConnectionManager:388 - Connection manager is shutting down
2016-01-06 19:57:01.643 [Thread-2] DEBUG org.apache.http.impl.conn.PoolingHttpClientConnectionManager:394 - Connection manager shut down
2016-01-06 19:57:01.643 [Thread-2] DEBUG org.springframework.beans.factory.support.DisposableBeanAdapter:326 - Invoking destroy method 'close' on bean with name 'yohobuylogsSlaveDataSource'
2016-01-06 19:57:01.643 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#67ef029#2': [org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0]
2016-01-06 19:57:01.643 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#3dd69f5a#2': [(inner bean)#780ec4a5#2]
2016-01-06 19:57:01.644 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#5be82d43': [mvcUriComponentsContributor]
2016-01-06 19:57:01.644 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#43ed0ff3#1': [(inner bean)#5be82d43]
2016-01-06 19:57:01.644 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#3dd69f5a#1': [(inner bean)#780ec4a5#1]
2016-01-06 19:57:01.644 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#43ed0ff3': [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0]
2016-01-06 19:57:01.644 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#3dd69f5a': [(inner bean)#780ec4a5]
2016-01-06 19:57:01.644 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean '(inner bean)#1c6804cd': [org.springframework.web.servlet.handler.MappedInterceptor#0]
2016-01-06 19:57:01.645 [Thread-2] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory:568 - Retrieved dependent beans for bean 'unionServiceImpl': [com.test.Test]
2016-01-06 19:57:01.645 [Thread-2] DEBUG org.springframework.beans.factory.support.DisposableBeanAdapter:326 - Invoking destroy method 'close' on bean with name 'yohobuylogsMasterDataSource'