Slash Code
Slash Code
  • Видео 116
  • Просмотров 503 634
Send an email using Gmail API in Spring Boot | spring-boot-starter-mail package l Part 2
If you want to send mail to the people, who added their mail details on the Contact Us page.
Or if you want to send autogenerated mail whereas send mail-to will be dynamic.
The user will pass his mail on Home Page, and you just want to send him some notification.
Then you are on the right video tutorial.
In this video tutorial, you will be able to send mail to the user who just added the mail-id on Contact Us Page.
We are going to use some predefined functions given by Spring Boot, to integrate Gmail Mail Server for outgoing mail.
Contact Us Template Credit goes to
bootsnipp.com/snippets/qr1zR
Please watch this video from start to end for proper understanding.
This is the second part of the video...
Просмотров: 860

Видео

Send an email using Gmail API in Spring Boot | spring-boot-starter-mail package l Part 1
Просмотров 2,3 тыс.3 года назад
If you want to send mail to the people, who added their mail details on the Contact Us page. Or if you want to send autogenerated mail whereas send mail-to will be dynamic. The user will pass his mail on Home Page, and you just want to send him some notification. Then you are on the right video tutorial. In this video tutorial, you will be able to send mail to the user who just added the mail-i...
Load data live without refreshing page in Spring Boot | Part 2
Просмотров 3,4 тыс.3 года назад
In this video tutorial, we will see how to load data in Spring Boot. Whereas there are two-part of the application, in the first one we will see a project in eclipse by which data will be get inserted into the order table after some interval using Java Threading functionality. Where in the second part you will see how to load those live inserted data on HomePage of Spring Boot using jQuery and ...
Load data live without refreshing page in Spring Boot | Part 1
Просмотров 6 тыс.3 года назад
In this video tutorial, we will see how to load data in Spring Boot. Whereas there are two-part of the application, in the first one we will see a project in eclipse by which data will be get inserted into the order table after some interval using Java Threading functionality. Where in the second part you will see how to load those live inserted data on HomePage of Spring Boot using jQuery and ...
Export Data to XLSX in Spring Boot | Apache POI
Просмотров 9 тыс.3 года назад
In this video, we will implement functionality to download stored data in the database to XLSX. We are going to use the XLSX download icon on the front-end, on which once the user will click the required XLSX file gets download. For your reference: OpenPDF : poi.apache.org/ Export Data to CSV in Spring Boot | Super CSV ruclips.net/video/8aJmnfTRlp0/видео.html Export Data to PDF in Spring Boot |...
Export Data to PDF in Spring Boot | OpenPDF
Просмотров 10 тыс.3 года назад
In this video, we will implement functionality to download stored data in the database to PDF. We are going to use the PDF download icon on the front-end, on which once the user will click the required PDF file gets download. For your reference: OpenPDF : github.com/LibrePDF/OpenPDF Export Data to CSV in Spring Boot | Super CSV ruclips.net/video/8aJmnfTRlp0/видео.html CRUD application used in t...
Export Data to CSV in Spring Boot | Super CSV
Просмотров 5 тыс.3 года назад
In this video, we will implement functionality to download stored data in the database to CSV. We are going to use the download icon on the front-end, on which once the user will click the required CSV file gets download. CRUD application used in this tutorial. Spring Boot MVC Application using Maven Dependencies, Oracle Database, and Bootstrap for Front-end : ruclips.net/video/pTtivhlOsMU/виде...
Read CSV Records and Store in Database | MySQL DB | JDBC Connection
Просмотров 3,9 тыс.3 года назад
mysql connector jar - www.java2s.com/Code/Jar/m/Downloadmysqlconnectorjar.htm Read and Parse CSV file in Java POJO Object ruclips.net/video/Bu2VMptJaHs/видео.html If you have any query then ask me in the comment section. Like and Share my video. Subscribe to my Channel "/ Code" and click on the bell for notification of my new video. Keep Loving and Keep Supporting :) #CSV #POJO #CSVTOPOJO #JAVA...
Implement Geolocation and Geocoder in Ionic || Print user's location
Просмотров 5283 года назад
If you have any query then ask me in the comment section. Like and Share my video. Subscribe to my Channel "/ Code" and click on the bell for notification of my new video. Keep Loving and Keep Supporting :) #ionic #geolocation #geocoder #userlocation
Implement Charts with SQLite Database in Ionic || Ionic 4 and Chart.js
Просмотров 1,5 тыс.3 года назад
In this tutorial, we are going to implement multiple charts on the frontend. Where data is stored in the backend SQLite database. So here we have dynamic charts, which will get updated as records inserted in the table. Here we will have two tabs Analytics to show charts with student records and a Student tab with all CRUD operations related to the students. Please refer to the below link for th...
How to use java.util.logging class in Java for Creating logs || Part 2
Просмотров 4,9 тыс.3 года назад
If you have any query then ask me in the comment section. Like and Share my video. Subscribe to my Channel "/ Code" and click on the bell for notification of my new video. Keep Loving and Keep Supporting :)
How to use java.util.logging class in Java for Creating logs || Part 1
Просмотров 30 тыс.3 года назад
If you have any query then ask me in the comment section. Like and Share my video. Subscribe to my Channel "/ Code" and click on the bell for notification of my new video. Keep Loving and Keep Supporting :)
Custom Logging using FileWriter and BufferedWriter in Java || Creating logs || Part 2
Просмотров 6663 года назад
If you have any query then ask me in the comment section. Like and Share my video. Subscribe my Channel "/ Code" and click on the bell for notification of my new video. Keep Loving and Keep Supporting :)
Custom Logging Using FileWriter and BufferedWriter in Java || Creating logs || Part 1
Просмотров 1,7 тыс.3 года назад
If you have any query then ask me in the comment section. Like and Share my video. Subscribe my Channel "/ Code" and click on the bell for notification of my new video. Keep Loving and Keep Supporting :)
Access Spring Boot Microservice in PHP CodeIgniter || MicroServices in Spring Boot
Просмотров 1 тыс.3 года назад
Here, we will see how to access Spring Boot MicroServices in the PHP CodeIgniter framework. Which is very easy, watch this video till the end. If you have any query then ask me in the comment section. Like and Share my video. Subscribe to my Channel "/ Code" and click on the bell for notification of my new video. Keep Loving and Keep Supporting :)
Start All Defiend MicroServices || Micorservices in Spring Boot
Просмотров 1033 года назад
Start All Defiend MicroServices || Micorservices in Spring Boot
Start Eureka Client || Micorservices in Spring Boot
Просмотров 1973 года назад
Start Eureka Client || Micorservices in Spring Boot
Start Eureka Server || Micorservices in Spring Boot
Просмотров 1533 года назад
Start Eureka Server || Micorservices in Spring Boot
Eureka Server, Netflix OSS and Spring Cloud Netflix || Microservices in Spring Boot
Просмотров 3923 года назад
Eureka Server, Netflix OSS and Spring Cloud Netflix || Microservices in Spring Boot
Using @value annotation access application.properties URLs || Microservices in Spring Boot
Просмотров 1,8 тыс.3 года назад
Using @value annotation access application.properties URLs || Microservices in Spring Boot
Output of MainAppService || Microservices in Spring Boot
Просмотров 683 года назад
Output of MainAppService || Microservices in Spring Boot
Implement MainAppService RESTAPI Microservice || Microservices in Spring Boot
Просмотров 803 года назад
Implement MainAppService RESTAPI Microservice || Microservices in Spring Boot
Implement PortFolioService RESTAPI Microservice || Microservices in Spring Boot
Просмотров 863 года назад
Implement PortFolioService RESTAPI Microservice || Microservices in Spring Boot
Implement MutualFundService RESTAPI Microservice || Microservices in Spring Boot
Просмотров 1003 года назад
Implement MutualFundService RESTAPI Microservice || Microservices in Spring Boot
Implement UserInfoService RESTAPI Microservice || Microservices in Spring Boot
Просмотров 1403 года назад
Implement UserInfoService RESTAPI Microservice || Microservices in Spring Boot
About this tutorial || Microservices in Spring Boot
Просмотров 1343 года назад
About this tutorial || Microservices in Spring Boot
What are Microservices in Spring Boot || Features as per Business Requirements
Просмотров 3653 года назад
What are Microservices in Spring Boot || Features as per Business Requirements
Deploy Spring Boot CRUD App on Heroku || Step by Step Guide
Просмотров 6 тыс.4 года назад
Deploy Spring Boot CRUD App on Heroku || Step by Step Guide
Deploy Spring Boot App on Heroku | Step by Step Guide
Просмотров 5434 года назад
Deploy Spring Boot App on Heroku | Step by Step Guide
How to add Logger in CodeIgniter 3 - PHP Framework - Part 10
Просмотров 2,1 тыс.4 года назад
How to add Logger in CodeIgniter 3 - PHP Framework - Part 10

Комментарии

  • @Professional-study-network
    @Professional-study-network Месяц назад

    क्या इसमें एनिमेटेड प्रोग्राम्स रन होते हैं?

  • @ВиталийОвчаренко-и1н
    @ВиталийОвчаренко-и1н 5 месяцев назад

    To use the java.util.logging class in Java for creating logs, follow these steps in Part 1: Deciding Problem Stages. 1. Understand the Java Logging System: Java provides a built-in logging system called java.util.logging, which is a part of the Java Standard Edition (SE). This logging system allows you to record, store, and display information about the events that occur within your Java application. 2. Determine the Purpose of Logging: Before you start using the java.util.logging class, it's essential to understand why you need logging in your application. Logging can help you: * Debug your application by providing detailed information about its execution. * Monitor your application's performance and resource usage. * Audit your application to track important events and user actions. * Maintain a record of errors and exceptions for troubleshooting purposes. 3. Choose the Appropriate Logging Level: The java.util.logging class supports different levels of logging severity, such as SEVERE, WARNING, INFO, CONFIG, and FINE. Each level represents a different level of detail in the logged messages. For example, SEVERE is used for critical errors, while INFO is used for informational messages. Choose the appropriate logging level based on your application's needs. 4. Set Up the Logger: To use the java.util.logging class, you first need to create a logger object. You can do this by using the Logger.getLogger() method, providing a name for your logger. For example: ```java Logger logger = Logger.getLogger("MyApplication"); ``` 5. Configure the Logger's Handlers: A logger can have one or more handlers that determine where the logged messages will be stored or displayed. Java provides several handler types, such as FileHandler, ConsoleHandler, and MemoryHandler. You can configure the logger's handlers based on your requirements. For instance, to log messages to a file, you can use the FileHandler: ```java FileHandler fileHandler; try { fileHandler = new FileHandler("myLog.log"); logger.addHandler(fileHandler); } catch (IOException e) { e.printStackTrace(); } ``` 6. Log Messages: Now that your logger is set up and configured, you can log messages using the logger's log() method. Pass the logging level and the message as parameters. For example: ```java logger.severe("This is a SEVERE level message."); logger.warning("This is a WARNING level message."); logger.info("This is an INFO level message."); ``` By following these steps, you have successfully decided on the problem stages for using the java.util.logging class in Java. In the next part, you will learn how to implement logging in your Java application.

  • @SherazAhmad-mc8vb
    @SherazAhmad-mc8vb 5 месяцев назад

    Thanks for this video, can you please let me know how to write unit tests for this ?

  • @shreyajayaswal27
    @shreyajayaswal27 5 месяцев назад

    really solved my big problem i made the same mistake and got null at jsp page thanks the solution worked !

  • @WaseemKhan35_JavaDevloper
    @WaseemKhan35_JavaDevloper 6 месяцев назад

    thank you bro you solved my big problem

  • @ohiseeit
    @ohiseeit 6 месяцев назад

    Thank you. This video solved my problem.

  • @Arjun56746
    @Arjun56746 8 месяцев назад

    java.lang.IllegalStateException: Error starting child. why this error showing??when i deploye project? I have jdk11 and tomcat 10.1.please help me

  • @user-bf9rr3ft1x
    @user-bf9rr3ft1x 11 месяцев назад

    FAIL - Application at context path [/projectname] could not be started FAIL - Encountered exception [org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/projectname]]] i encountered this error

  • @carlotadias9335
    @carlotadias9335 11 месяцев назад

    Great video and explanation I just didn't understand in the last file where the rdy is comming from. Thank you !

  • @user-iw7pq5xn3s
    @user-iw7pq5xn3s 11 месяцев назад

    not working

  • @bba033
    @bba033 Год назад

    It says old version my mobile device is not supported

  • @ramarajukakarlapudi9875
    @ramarajukakarlapudi9875 Год назад

    server depolyment is successsful but code was not running

  • @nandkumarchaskar1027
    @nandkumarchaskar1027 Год назад

    To add 2 tabs in excel

  • @harinipriya9578
    @harinipriya9578 Год назад

    Hi , Is it possible to share this code in a zip file ?

  • @benedict7164
    @benedict7164 Год назад

    Thank you so much, this is exactly what I needed

  • @Anonymous-lh2my
    @Anonymous-lh2my Год назад

    what if we simply make logger public instead of private, then we don't need to write writeToLog methods, we can simply use logger anywhere?

    • @Traidev
      @Traidev Год назад

      How we can achieve that

  • @felicianomanguele6428
    @felicianomanguele6428 Год назад

    can we hava the source code?

  • @sohelshaikh2697
    @sohelshaikh2697 Год назад

    hello, getting NullPointerException at sl2.add(stud); please help package filereading; import java.io.BufferedReader; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.List; public class ReadStudent { public static void main(String[] args) { List<Student> sl = getStudentDetails("/home/sohel/a.csv"); for(Student stud: sl) { System.out.println(stud); } } public static List<Student> getStudentDetails(String file){ List<Student> sl2 = null ; Path pathtofile = Paths.get(file); System.out.println("Path::"+pathtofile); try(BufferedReader br = Files.newBufferedReader(pathtofile)) { String row = br.readLine(); while(row!=null) { String[] attributes = row.split(","); Student stud = getOneStudent(attributes); sl2.add(stud); } } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); } return sl2; } public static Student getOneStudent(String[] attributes) { // TODO Auto-generated method stub String name = attributes[0]; String subject = attributes[1]; String address = attributes[2]; Student stud = new Student(name,subject,address); return stud; } }

  • @davidhunt9
    @davidhunt9 Год назад

    Too silent, bad english

  • @vaishu1805
    @vaishu1805 Год назад

    Dada tu Marathi ahe ka

  • @bhaveshmoon1979
    @bhaveshmoon1979 Год назад

    How live update work in ngx-datatable

  • @kuchimanchisankar6956
    @kuchimanchisankar6956 Год назад

    hii @slash code

  • @RishabhKumar-sf5vb
    @RishabhKumar-sf5vb Год назад

    source code please

  • @Rohan-ru8ll
    @Rohan-ru8ll Год назад

    Can you please share the source code link

  • @nawazsiddiqui8054
    @nawazsiddiqui8054 Год назад

    Thanks a lot🙌🙌

  • @paudelsulav
    @paudelsulav Год назад

    I am having issue in deploying to external tomcat. Can you help me out? I followed these three step but not able to initiate the SpringBootServlet. 1. Extends SpringBootServletInitializer 2. Marked the embedded servlet container as provided. 3. Update packaging to war

  • @shreyaushidas3551
    @shreyaushidas3551 Год назад

    Can we do string tokenizer, 2d arrays all in this one??

  • @Ant-dx9uu
    @Ant-dx9uu Год назад

    Life Saver

  • @shubhammhatre4743
    @shubhammhatre4743 Год назад

    Cell data validation please

  • @alishashaikh1652
    @alishashaikh1652 Год назад

    Kya ham applet or frame ke programs android mobile me run nahi kar sakte kya...???

  • @bharatsoni343
    @bharatsoni343 Год назад

    Make project customer account tracker in bank using spring boot

  • @Loic919
    @Loic919 Год назад

    Hello . can you share the code please

  • @sakshigoyal6143
    @sakshigoyal6143 Год назад

    Thankyou for such Good content 👍

  • @rammohan-ui1fz
    @rammohan-ui1fz Год назад

    github link plzz

  • @ankitsuthar5183
    @ankitsuthar5183 Год назад

    Can u suggest some app to run java awt, swing applet etc

  • @lethuan1902
    @lethuan1902 Год назад

    how can i allign a data to UTF-8

  • @kartikkumarjha6104
    @kartikkumarjha6104 Год назад

    I want to code

  • @smitalpatil8893
    @smitalpatil8893 Год назад

    Hello after deploying war file on tomcat...i can't see any progress in command prompt?..

  • @ningannanmaruthi7093
    @ningannanmaruthi7093 Год назад

    Symbol Rank Date APPLONGC.NS 3 2022-10-6 HEROMOTOCO 4 2022-10-6 COALINDIA.NS 1 2022-10-6 CIPLA.NS 5 2022-10-6 RELIANCE.NS 2 2022-10-6 APPLONGC.NS 1 2022-10-7 Date x axis HEROMOTOCO 5 2022-10-7 Rank y axis COAL INDIA.NS 4 2022-10-7 CIPLA.NS 2 2022-10-7 add filter and comparison RELIANCE.NS 3 2022-10-7 APPLONGC.NS 1 2022-10-10 HEROMOTOCO 4 2022-10-10 COALINDIA.NS 2 2022-10-10 CIPLA.NS 3 2022-10-10 RELIANCE.NS 5 2022-10-1 how do simplify the query please let me something clues about this please bro

  • @smitakumbhar2086
    @smitakumbhar2086 Год назад

    Can we show this log in adminpanel and how? we need to save in database?

  • @brunomiguel6603
    @brunomiguel6603 Год назад

    Hello @Slash Code, is there a link to get this code ? It would be good if could provide this information... thank you in advance!

  • @brunomiguel6603
    @brunomiguel6603 Год назад

    Hello Slash Code, where can i find this source code ?

  • @yudifebriandy5171
    @yudifebriandy5171 Год назад

    Mantapss.. LOMBOK

  • @ankushkamble911
    @ankushkamble911 Год назад

    Hello brother how to add data in that postgre database manually or with the help of query....please help me with it...🙏

  • @santhakumarid5068
    @santhakumarid5068 Год назад

    Can u send me the source code please

  • @johnjada4296
    @johnjada4296 2 года назад

    Tq

  • @prashanthnaik6849
    @prashanthnaik6849 2 года назад

    Please guide for showing no proposal to fix error at @RequestMapping

  • @aninditadas9595
    @aninditadas9595 2 года назад

    Nice explanation. Share the code also for reference. It will be very helpful for beginners.

  • @SanjaySingh-zi9nx
    @SanjaySingh-zi9nx 2 года назад

    please share the link on GitHub.

  • @moos14
    @moos14 2 года назад

    too silent, bad english