diff --git a/build.gradle b/build.gradle index 9129dd1..16c4a70 100644 --- a/build.gradle +++ b/build.gradle @@ -26,21 +26,15 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.4' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' - implementation group: 'nz.net.ultraq.thymeleaf', name: 'thymeleaf-layout-dialect', version: '2.5.3' + implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.3' implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5' // implementation 'io.jsonwebtoken:jjwt:0.9.1' - implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.7.4' + implementation 'org.mariadb.jdbc:mariadb-java-client:2.7.4' implementation 'org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4.1:1.16' implementation 'com.github.ulisesbocchio:jasypt-spring-boot-starter:3.0.4' - testImplementation 'org.springframework.boot:spring-boot-starter-test:2.5.6' - testImplementation 'org.springframework.security:spring-security-test:5.5.1' - - test { - useJUnitPlatform() - } } \ No newline at end of file diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index c5534c9..eee32ed 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -14,12 +14,12 @@ spring.thymeleaf.cache=false #mariaDB & log4jdbc spring.datasource.driverClassName=net.sf.log4jdbc.sql.jdbcapi.DriverSpy -spring.datasource.url=ENC(dyWhZaWHoSfJZtAIG3H42B36VasUlkpnnXQ7K1DFIoY+BxgbHAwf9mFSfxoZfn4zU+6uc2n4hK05vDAG2u/oARiQfDZU/y3ATZ8KldP14suXeRHFfnryNGPzEdPzd9Pjd3/HvYOplF+5+B2yUVGawg==) -spring.datasource.username=ENC(+BM/jvdOdi0MtWj44u1nxA==) -spring.datasource.password=ENC(njSsOMalmaUC2YKT4jm2GyYSNXc0hZs4) -#spring.datasource.url=jdbc:log4jdbc:mariadb://localhost:3306/kcgFileManager?characterEncoding=UTF-8&serverTimezone=UTC +spring.datasource.url=ENC(TGPDUhG3v7ffTBeKJv4MhlvLmvVqSWvq//HkwnuGyjlU7iOX1YTyEHnOHGOoGsdOjx8brRp/IJVN3mk5npjBDDLyyhl4Oa4jbbAEvWNF63jJ4JM6m5cmuP8UzW2U/1izMHmq2yIDwHUKrVrpvA2UAA==) +spring.datasource.username=ENC(xh/FRqbdn4DygGhZCUwWsw==) +spring.datasource.password=ENC(cq/3t70yVwd00xb9ayi2cJLsL/UQgApa) +#spring.datasource.url=jdbc:log4jdbc:mariadb://106.247.244.146:50504/kcgFileManager?characterEncoding=UTF-8&serverTimezone=UTC #spring.datasource.username=root -#spring.datasource.password=kcg211228 +#spring.datasource.password=dbnt0928! #jpa spring.jpa.show-sql=true diff --git a/src/main/resources/static/js/admin/userMgt.js b/src/main/resources/static/js/admin/userMgt.js index 8d67307..b4e839e 100644 --- a/src/main/resources/static/js/admin/userMgt.js +++ b/src/main/resources/static/js/admin/userMgt.js @@ -4,6 +4,7 @@ $(function(){ language: "ko" }); }) + $(document).on('click', '.userInfoTr', function (){ $(".userInfoCheckBox").prop('checked', false); const target = $(this).find(".userInfoCheckBox")[0]; diff --git a/src/main/resources/templates/admin/userMgt.html b/src/main/resources/templates/admin/userMgt.html index 1fee6d7..d94f183 100644 --- a/src/main/resources/templates/admin/userMgt.html +++ b/src/main/resources/templates/admin/userMgt.html @@ -229,7 +229,7 @@