DolphinScheduler/dolphinscheduler-alert
tswstarplanet 3c5227ac0f
Refactor ConnectionFactory to static inner holder Singleton (#2204)
* refactor ConnectionFactory to static inner holder Singleton

* remove redundant import

* make getSqlSessionFactory() method private

* fix sonar issue

* remove @Ignore of MailUtilsTest

* add MailUtilsTest to pom.xml to test

* fix MailUtilsTest path error in pom.xml

* modify test method name

* add assert and logger to unit test

* add log

* add log

* add AlertDaoTest

* move AlertDaoTest to new module

* modify test in pom.xml

* remove unnecessary log
2020-03-18 23:48:19 +08:00
..
src Refactor ConnectionFactory to static inner holder Singleton (#2204) 2020-03-18 23:48:19 +08:00
pom.xml Refactor alert template (#1713) 2020-01-07 10:20:58 +08:00