알림톡 이모지 추가
This commit is contained in:
parent
c4107dd459
commit
01163c21df
1
.claude/.gitignore
vendored
1
.claude/.gitignore
vendored
@ -1 +1,2 @@
|
||||
/settings.local.json
|
||||
/mcp_settings.json
|
||||
|
||||
2
pom.xml
2
pom.xml
@ -146,7 +146,7 @@
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>5.1.31</version>
|
||||
<version>5.1.49</version>
|
||||
</dependency>
|
||||
|
||||
<!-- oracle 10g driver -->
|
||||
|
||||
@ -28,8 +28,10 @@ Globals.Env = local
|
||||
|
||||
# mysql
|
||||
Globals.DriverClassName=com.mysql.jdbc.Driver
|
||||
Globals.Url=jdbc:mysql://192.168.0.60:3308/mjon_advc
|
||||
#Globals.Url=jdbc:mysql://192.168.0.60:3308/mjon
|
||||
#Globals.Url=jdbc:mysql://192.168.0.60:3308/mjon_advc
|
||||
#Globals.Url=jdbc:mysql://192.168.0.60:3308/mjon_advc?characterEncoding=UTF-8&useUnicode=true&serverTimezone=Asia/Seoul
|
||||
Globals.Url=jdbc:mysql://192.168.0.60:3308/mjon_advc?useUnicode=true&connectionCollation=utf8mb4_unicode_ci&serverTimezone=Asia/Seoul
|
||||
|
||||
Globals.UserName= mjonUr
|
||||
Globals.Password= mjon!@#$
|
||||
#Globals.Url=jdbc:mysql://192.168.0.125:3306/mjon
|
||||
|
||||
@ -27,7 +27,7 @@ Globals.Env = prod
|
||||
|
||||
# mysql
|
||||
Globals.DriverClassName=com.mysql.jdbc.Driver
|
||||
Globals.Url=jdbc:mysql://10.12.107.14:3306/mjon_advc
|
||||
Globals.Url=jdbc:mysql://10.12.107.14:3306/mjon_advc?useUnicode=true&connectionCollation=utf8mb4_unicode_ci&serverTimezone=Asia/Seoul
|
||||
Globals.UserName= mjonUr
|
||||
Globals.Password= mjon!@#$
|
||||
|
||||
|
||||
@ -536,9 +536,9 @@ function addTemplate(){
|
||||
|
||||
}
|
||||
|
||||
if(!kakaoTemplateEmojiCheck(bizForm.templateContent.value)){
|
||||
/* if(!kakaoTemplateEmojiCheck(bizForm.templateContent.value)){
|
||||
return false;
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
var data = new FormData(bizForm);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user