How to get QR code from id?
问题 In my controller I have the following method: import net.glxn.qrgen.QRCode; import org.marcio.demospringboot.dao.FormationRepository; import org.marcio.demospringboot.model.Formation; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpHeaders; import org.springframework.http.HttpStatus; import org.springframework.http.MediaType; import org.springframework.http.ResponseEntity; import org.springframework.stereotype.Controller; import org