Anyone, having Electricity payment application in spring boot?

|
Kapeel45 2022-09-13 23:20:42
If u want to write custom query write a @query on definition of methid inside interface
Kapeel45 2022-09-13 23:20:46
Method*
Silu9777 2022-09-13 23:31:11
Can you please share the error message
Silu9777 2022-09-13 23:34:17
Please send the repo configuration
. 2022-09-13 23:34:36
Don’t write it explicitly, used the derived query and inbuilt save/saveall methods
Silu9777 2022-09-13 23:34:39
Where you extended the jparepo
. 2022-09-13 23:38:02
Autowire your repository and then call the methods of repository from this class.
LaDataNo 2022-09-14 04:42:21
“Things I’ve Learned from a Thousand Failures” premieres in 1 week at @CodeforAll Summit 2022

⏰ Reminder: The recorded remarks will be livestreamed on Tuesday, September 20th at 20:00 UTC on this link:

👉 Sign-up to be notified: https://form.typeform.com/to/IZvccXnm

Lightning Talk: Things I’ve Learned from a Thousand FailuresYouTube
This session will share tips to increase the chance of success in civic tech projects and also explain the role of mentors to empower team members.

______________

Code for All’s 2022 Summit wishes to welcome everyone and anyone interested in civic tech to attend our free sessions. From those who have been involved in the community since its inception to those only hearing about it now – all are welcome to come and find out more, make some friends, and workshop new ways to help.
🌐 Check out the Code for All 2022 Agenda: bit.ly/CfAllSummit22
📩 Subscribe to our Newsletter: bit.ly/CfAll-MailingList
🔗 Join our Slack Community: bit.ly/CfAllSlackCommunity

______________

Chapters:

beautifulcode01 2022-09-14 04:43:00
I have approved the above link.
Karthik 2022-09-14 05:56:58
Hi all
Karthik 2022-09-14 05:57:23
I need to delete a dependency from .m2 folder in maven local and build maven again
Karthik 2022-09-14 05:57:37
How to do it ? Can anyone please let me know
rushi_2701 2022-09-14 06:02:56
Karthik 2022-09-14 05:57:23
I need to delete a dependency from .m2 folder in maven local and build maven again

Find .m2 path in your c drive. After deleting it manually as you said, clean the maven build first and install again in maven dependency cycle. This menu you will find in IDE easily at the bottom right panel.

rushi_2701 2022-09-14 06:03:24
Karthik 2022-09-14 05:57:23
I need to delete a dependency from .m2 folder in maven local and build maven again

Or you can use command line to rebuild the maven

sushant_padwal 2022-09-14 06:16:55
Anyone please help me
sushant_padwal 2022-09-14 06:17:13
springbootmicroservices-78922.jpg
Not showing XML option
sushant_padwal 2022-09-14 06:17:28
How to add config.xml file
sushant_padwal 2022-09-14 06:17:34
In our project
he1ex_tG 2022-09-14 06:38:23
I have 3 microservices with Spring Security. How can I make sure that a user who is logged in to one of them is logged in everywhere? I would be grateful for a link to an article on this issue )
rushi_2701 2022-09-14 06:42:29
sushant_padwal 2022-09-14 06:17:13
springbootmicroservices-78922.jpg
Not showing XML option

This must be a eclipse. Try to Google ‘how to add xml …’ you will easily get an answer there

Sreekanth 2022-09-14 07:09:38
Anyone knows how to start debug mode from command prompt for Apache Tomcat server
Sakshi 2022-09-14 07:27:25
Does has anyone idea in client what they ask
Vaibhav Shejul 2022-09-14 07:40:16
Anyone, having Electricity payment application in spring boot?? please help
Frugalis Minds 2022-09-14 07:40:29
Yes
Vaibhav Shejul 2022-09-14 07:41:34
Can u share it, please
Pisethnem27 2022-09-14 07:44:16
which one is better between mybastis and hibernate
hi 2022-09-14 08:31:38
Have anyone know how to do junit test case for entity manager
hi 2022-09-14 08:32:04
Anyone does here junit?
Abbysingh 2022-09-14 09:29:24
springbootmicroservices-78944.jpg
When i am using application.properties the code work fine…..when i try use application.yml i am getting this error
Abbysingh 2022-09-14 09:29:40
Abbysingh 2022-09-14 09:29:24
springbootmicroservices-78944.jpg
When i am using application.properties the code work fine…..when i try use application.yml i am getting this error

Any idea how to resolve it

|