Commit c048ff71 authored by ksankar's avatar ksankar

Fix issue

parent 873ec0e8
...@@ -5,8 +5,9 @@ spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect ...@@ -5,8 +5,9 @@ spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
spring.jpa.hibernate.ddl-auto=update spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.jdbc.batch_size=1000 spring.jpa.properties.hibernate.jdbc.batch_size=1000
spring.jpa.properties.hibernate.order_inserts=true spring.jpa.properties.hibernate.order_inserts=true
spring.jpa.properties.hibernate.generate_statistics=true spring.jpa.properties.hibernate.generate_statistics=false
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
#file upload #file upload
spring.servlet.multipart.enabled=true spring.servlet.multipart.enabled=true
...@@ -38,8 +39,8 @@ mail.password: bcppassword ...@@ -38,8 +39,8 @@ mail.password: bcppassword
#server.port=8563 #server.port=8563
#MYSQL config #MYSQL config
spring.datasource.url=jdbc:mysql://192.168.68.121:3306/bcp spring.datasource.url=jdbc:mysql://192.168.68.122:3306/bcp
spring.datasource.username=root spring.datasource.username=bcp
spring.datasource.password=Alti@12345 spring.datasource.password=Alti@12345
#HTTPS config #HTTPS config
......
...@@ -164,21 +164,21 @@ $(document).ready(function(){ ...@@ -164,21 +164,21 @@ $(document).ready(function(){
$("#tech").html('Core Java, Spring Boot, ORM'); $("#tech").html('Core Java, Spring Boot, ORM');
$("#create").html('FIS Team'); $("#create").html('FIS Team');
$("#last").html('10,Jan 2021'); $("#last").html('10,Jan 2021');
document.getElementById("button").setAttribute('onclick',"window.open('http://192.168.68.121:9011/','_blank');"); document.getElementById("button").setAttribute('onclick',"window.open('http://192.168.68.122:9011/','_blank');");
} else if(this.value === "Python"){ } else if(this.value === "Python"){
$("#desc").html('It is Basic Python program'); $("#desc").html('It is Basic Python program');
$("#name").html('Python'); $("#name").html('Python');
$("#tech").html('Basic Python Module'); $("#tech").html('Basic Python Module');
$("#create").html('FIS Team'); $("#create").html('FIS Team');
$("#last").html('11,Jan 2021'); $("#last").html('11,Jan 2021');
document.getElementById("button").setAttribute('onclick',"window.open('http://192.168.68.121:9012/','_blank');"); document.getElementById("button").setAttribute('onclick',"window.open('http://192.168.68.122:9012/','_blank');");
} else if(this.value === "Perl"){ } else if(this.value === "Perl"){
$("#desc").html('Basic Perl Script file '); $("#desc").html('Basic Perl Script file ');
$("#name").html('Perl'); $("#name").html('Perl');
$("#tech").html('Perl Script'); $("#tech").html('Perl Script');
$("#create").html('FIS Team'); $("#create").html('FIS Team');
$("#last").html('12,Jan 2021'); $("#last").html('12,Jan 2021');
document.getElementById("button").setAttribute('onclick',"window.open('http://192.168.68.121:9013/','_blank');"); document.getElementById("button").setAttribute('onclick',"window.open('http://192.168.68.122:9013/','_blank');");
} }
$(".grid").show(); $(".grid").show();
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment