Spring Boot Framework_FP Hands-on solution | Fresco Play Hands On Solution

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

ความคิดเห็น • 31

  • @sarahansari1297
    @sarahansari1297 ปีที่แล้ว +1

    Great👍

  • @mick4778
    @mick4778 ปีที่แล้ว +1

    I have completed just today application.properties one

    • @_akash_prajapat_
      @_akash_prajapat_ ปีที่แล้ว

      Hi I'm not able to complete only this one could you please help me

    • @mick4778
      @mick4778 ปีที่แล้ว

      @@_akash_prajapat_ sure

    • @_akash_prajapat_
      @_akash_prajapat_ ปีที่แล้ว

      ​@@mick4778 what should be written in main class

    • @_akash_prajapat_
      @_akash_prajapat_ ปีที่แล้ว

      ​@@mick4778@ _akash_prajapat_(same as youtube name)

    • @gokulnathan7265
      @gokulnathan7265 ปีที่แล้ว

      Please tell us how you completed

  • @naseemansari8929
    @naseemansari8929 ปีที่แล้ว +1

    👍👍👍

  • @husainansari8838
    @husainansari8838 ปีที่แล้ว +1

    👌👌👍👍

  • @jyotikumari-ru1sp
    @jyotikumari-ru1sp ปีที่แล้ว +3

    This is not the correct code..it should be written in main class for access

    • @karthickraja5832
      @karthickraja5832 ปีที่แล้ว

      What should we write in main class?

    • @shreyagoyal2444
      @shreyagoyal2444 ปีที่แล้ว

      Please tell what should we write in main class

    • @shreyagoyal2444
      @shreyagoyal2444 ปีที่แล้ว

      Yaa please share with us too

    • @taniyanandi4175
      @taniyanandi4175 11 หลายเดือนก่อน

      What should we write in the main class?

  • @HimanshuKumarCoded
    @HimanshuKumarCoded ปีที่แล้ว

    Bro can you give proper ans of mcq it's confusing to understand the ans

  • @naseemansari8929
    @naseemansari8929 ปีที่แล้ว +1

    👌👌👌

  • @ajayaasatkar571
    @ajayaasatkar571 ปีที่แล้ว

    NLP python me processing raw text hand on Hy ky kisi ke pass???

  • @vegandnonveg8890
    @vegandnonveg8890 ปีที่แล้ว

    Hi
    For qstn no1: to access values from application.properties file
    It is not working by just specifying property in properties file
    We have to print that value in main class
    It is not working.
    Can u plz share remaining code also?

    • @RakeshSharma-kk7gn
      @RakeshSharma-kk7gn ปีที่แล้ว

      package com.example.demo;
      import org.springframework.beans.factory.annotation.Value;
      import org.springframework.boot.SpringApplication;
      import org.springframework.boot.autoconfigure.SpringBootApplication;
      import org.springframework.web.bind.annotation.RequestMapping;
      import org.springframework.web.bind.annotation.RestController;
      @SpringBootApplication
      @RestController
      public class ApplicationProper {
      @Value("${fresco-course}")
      private String name;
      public static void main(String[] args) {
      SpringApplication.run(ApplicationProper.class, args);
      }
      @RequestMapping(value = "/")
      public String name() {
      return name;
      }
      }

    • @_akash_prajapat_
      @_akash_prajapat_ ปีที่แล้ว

      Did you get the answer?

    • @MunishKumar-nn6qt
      @MunishKumar-nn6qt ปีที่แล้ว

      Tcs valo...hme b dedo yr code...yhi rh gya bs😅

  • @lMaruchan117Patapon
    @lMaruchan117Patapon ปีที่แล้ว

    First part it's Wrong

    • @sugumarv5990
      @sugumarv5990 ปีที่แล้ว

      Can I have the answer for that bro? For me also throwing errors

    • @_akash_prajapat_
      @_akash_prajapat_ ปีที่แล้ว

      ​@@sugumarv5990did you get answer please let me know