Contents:
How to make either of the request params mandatory such as one among them can be NULL but not both?
Is here who can send me the resources to learn springboot microservices?
so is there any way out ?
Any good resources ?
How to use multiple path variables to update record in a table in spring boot rest api data jpa ?
Hi everyone, Any one is there to provide java support?
Guys how can I fix log4jinitiliziation error ?
How to make either of the request params mandatory such as one among them can be NULL but not both?
Is here who can send me the resources to learn springboot microservices?
so is there any way out ?
Any good resources ?
How to use multiple path variables to update record in a table in spring boot rest api data jpa ?
Hi everyone, Any one is there to provide java support?
Guys how can I fix log4jinitiliziation error ?
Megaknight11 2022-07-27 22:43:04
Something like this
Megaknight11 2022-07-27 22:45:15
Any solution?
Silu9777 2022-07-27 22:47:57
https://stackoverflow.com/questions/51476581/how-to-make-either-of-the-request-params-mandatory-such-as-one-among-them-can-be
How to make either of the request params mandatory such as one among them can be NULL but not both? – Stack Overflow
I have a method in a spring controller
I have a method in a spring controller
@GetMapping
public ResponseEntity<RetailerCandidateFormResponse> getRetailerCandidateForm(
@RequestParam String a, @RequestParam String b, @Request…
Silu9777 2022-07-27 22:48:38
Try with this @ModelAttribute
Subhadip 2022-07-28 00:11:18
Is here who can send me the resources to learn springboot microservices?
eddieMallma 2022-07-28 00:46:56
HI every one 🥽
wwwjjdk 2022-07-28 01:18:59
qq
blueburn11 2022-07-28 04:45:39

Guys can anyone help me with this, even after adding the jar to classpath still it is throwing error….so is there any way out ?
Debiprasad Dash 2022-07-28 04:48:21
walterwhite_brkngbad 2022-07-27 21:26:40
Any good resources ??
Javatpoint.com
phandangthai 2022-07-28 04:59:31
blueburn11 2022-07-28 04:45:39
Guys can anyone help me with this, even after adding the jar to classpath still it is throwing error….so is there any way out ?
Class.forName(oracle.jdbc.driver.OracleDriver);
String dbURL = “jdbc:oracle:thin:@localhost:1521:productDB”;
String username = “tiger”;
String password = “scott”;
Connection conn = DriverManager.getConnection(dbURL, username, password);
blueburn11 2022-07-28 05:00:23
phandangthai 2022-07-28 04:59:31
Class.forName(oracle.jdbc.driver.OracleDriver);
String dbURL = “jdbc:oracle:thin:@localhost:1521:productDB”;
String username = “tiger”;
String password = “scott”;
Connection conn = DriverManager.getConnection(dbURL, username, password);
String dbURL = “jdbc:oracle:thin:@localhost:1521:productDB”;
String username = “tiger”;
String password = “scott”;
Connection conn = DriverManager.getConnection(dbURL, username, password);
Oh ok, Thank you
😊😊😊 2022-07-28 05:56:46
How to use multiple path variables to update record in a table in spring boot rest api data jpa ? Can anyone pls share an example ?
S!D 2022-07-28 06:56:23
😊😊😊 2022-07-28 05:56:46
How to use multiple path variables to update record in a table in spring boot rest api data jpa ? Can anyone pls share an example ?
By using comma separater you can pass as many as
Vijay Gudiwada 2022-07-28 07:11:34
Hi everyone, Any one is there to provide java support?
Silu9777 2022-07-28 11:18:39
😊😊😊 2022-07-28 05:56:46
How to use multiple path variables to update record in a table in spring boot rest api data jpa ? Can anyone pls share an example ?
Use a pojo fror the data you want save in DB
Silu9777 2022-07-28 11:19:19
Then call the repository.save method and pass the object
mohit sushil 2022-07-28 11:21:50
https://www.coursera.org/degrees/bachelor-of-science-computer-science-london
Bachelor of Science in Computer Science | University of London – Coursera
Open the door to sought-after technology careers with a world-class online Bachelor of Science (BSc) in Computer Science degree from the University of London.
Open the door to sought-after technology careers with a world-class online Bachelor of Science (BSc) in Computer Science degree from the University of London.
Pa Alioune Tine 2022-07-28 11:22:15
Hello who can help me to upload and display images with spring boot and angular
mohit sushil 2022-07-28 11:22:25
mohit sushil 2022-07-28 11:21:50
https://www.coursera.org/degrees/bachelor-of-science-computer-science-london
Anyone here took this course from coursera.
My nephew wants to do this. this is worth it or not.
😊😊😊 2022-07-28 12:05:42
Silu9777 2022-07-28 11:18:39
Use a pojo fror the data you want save in DB
Thanks
😊😊😊 2022-07-28 12:05:47
S!D 2022-07-28 06:56:23
By using comma separater you can pass as many as
Thanks
Zinc 2022-07-28 12:17:48
I have a multi database spring boot application that has a login page, and depending on login credentials entered and matching in another schema, it makes connection with that specific database, can anyone help me with this, i have done this using Jdbc template but i want to configure it in applicationdotproperties, any suggestion or solution is appreciated.
Silu9777 2022-07-28 12:42:07
Zinc 2022-07-28 12:17:48
I have a multi database spring boot application that has a login page, and depending on login credentials entered and matching in another schema, it makes connection with that specific database, can anyone help me with this, i have done this using Jdbc template but i want to configure it in applicationdotproperties, any suggestion or solution is appreciated.
You can use multidata source
Silu9777 2022-07-28 12:42:58
And configure that to the repos and enitities you want with entity manager
Neslihan 2022-07-28 13:12:22
Guys how can I fix log4jinitiliziation error ?
Zinc 2022-07-28 13:27:57
Silu9777 2022-07-28 12:42:07
You can use multidata source
can you help me with that please
Silu9777 2022-07-28 13:37:51
Zinc 2022-07-28 13:27:57
can you help me with that please
Ping me after 8PM
Silu9777 2022-07-28 13:38:02
I send you the reference
Poojitha 2022-07-28 14:16:31
Anyone share me poc on springbatch
None 2022-07-28 14:39:32
Anyone knows this ?