Commit c048ff71 authored by ksankar's avatar ksankar

Fix issue

parent 873ec0e8
......@@ -5,8 +5,9 @@ spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.jdbc.batch_size=1000
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.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
#file upload
spring.servlet.multipart.enabled=true
......@@ -38,8 +39,8 @@ mail.password: bcppassword
#server.port=8563
#MYSQL config
spring.datasource.url=jdbc:mysql://192.168.68.121:3306/bcp
spring.datasource.username=root
spring.datasource.url=jdbc:mysql://192.168.68.122:3306/bcp
spring.datasource.username=bcp
spring.datasource.password=Alti@12345
#HTTPS config
......
......@@ -164,21 +164,21 @@ $(document).ready(function(){
$("#tech").html('Core Java, Spring Boot, ORM');
$("#create").html('FIS Team');
$("#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"){
$("#desc").html('It is Basic Python program');
$("#name").html('Python');
$("#tech").html('Basic Python Module');
$("#create").html('FIS Team');
$("#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"){
$("#desc").html('Basic Perl Script file ');
$("#name").html('Perl');
$("#tech").html('Perl Script');
$("#create").html('FIS Team');
$("#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();
});
......
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