Data not inserted in file using java Programming Software Development by John_165 I trying to write a `spring batch` using `SpringBoot`. At first the program will read data from database, then … Bad gateway using resttemplate Programming Software Development by newcoder310 Hi have 2`springboot` applications running on ports `8085` and `8084`. When I try … Re: Experimenting With simplehtmldom Programming Web Development by borobhaisab …> <loc><![CDATA[https://bytenota.com/tag/springboot/]]></loc> <lastmod><![CDATA[2020… Re: Why I Fail To Extract Link Path Extension ? Programming Web Development by borobhaisab …/spring-boot/ 36 The extension is: https://bytenota.com/tag/springboot/ 36 The extension is: https://bytenota.com/tag/shell_execute/ 36… Java springboot UserDetailsService Programming Web Development by jeffersonalomia Hi, Question. How does UserDetailsService catch the username that I have submitted in the custom login page which I have created? TIA :) two java springboot projects (one jar project referenced by another project Programming by j_834 I have two projects (one project Referenced in the form of a jar package.jar project can be referenced by multiple projects). mybatis interface code is written in the jar project(common project). datebase properties at war project. In the beginning, all the actual operations of the database were called in the war project, but now it is necessary … Re: two java springboot projects (one jar project referenced by another project Programming by j_834 I'm confused now how do I go about writing these codes Re: two java springboot projects (one jar project referenced by another project Programming by JamesCherrill Place the database jar somewhere in your CLASSPATH, and`import` the classes you need in the other projects do you can use them directly. Re: Data not inserted in file using java Programming Software Development by John_165 To solve this, I need to move the data that need to be inserted to Processor. public class Processor implements ItemProcessor<A, A> { @Override public A process(A i) throws Exception { System.out.println("Processing..." + i); i.… Re: Bad gateway using resttemplate Programming Software Development by newcoder310 Looks like there is no route between my local port `8084` and `8085`. When I use `8082` or `8081`, I do not get the same error