dev properties의 DB 접속정보 변경
parent
933497b766
commit
10550330c9
10
build.gradle
10
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()
|
||||
}
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ $(function(){
|
|||
language: "ko"
|
||||
});
|
||||
})
|
||||
|
||||
$(document).on('click', '.userInfoTr', function (){
|
||||
$(".userInfoCheckBox").prop('checked', false);
|
||||
const target = $(this).find(".userInfoCheckBox")[0];
|
||||
|
|
|
|||
|
|
@ -229,7 +229,7 @@
|
|||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="staticBackdropLabel">Modal title</h5>
|
||||
<h5 class="modal-title" id="staticBackdropLabel">사용자 정보 수정</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
|
|
|
|||
Loading…
Reference in New Issue