Giter Club home page Giter Club logo

mfscreener's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ“ซ How to reach me:
Raja's Twitter ย  Raja's Linkedin ย  Raja's StackOverflow ย 

  • ๐Ÿ”ญ Iโ€™m currently working on Java, Spring Boot, Spring Cloud
  • ๐ŸŒฑ Iโ€™m currently learning Quarkus, Micronaut, Kubernates
  • ๐Ÿ’ป Iโ€™m exploring Quarkus, Kubernetes and GitOps
  • ๐Ÿ’ฌ Ask me about Java, SpringBoot, Docker or any tech related stuff.

Twitter follow @rajadilipkolli ย  Linkedin follow @rajadilipkolli ย 

Languages and Tools:

mfscreener's People

Contributors

dependabot[bot] avatar rajadileepkolli avatar rajadilipkolli avatar renovate-bot avatar renovate[bot] avatar

Watchers

 avatar  avatar  avatar  avatar

mfscreener's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

circleci
.circleci/config.yml
  • gradle 3.0.0
docker-compose
docker/docker-compose-app.yml
docker/docker-compose-monitoring.yml
  • grafana/grafana 10.0.3
  • prom/prometheus v2.46.0
docker/docker-compose.yml
  • postgres 15.4-alpine
dockerfile
Dockerfile
  • eclipse-temurin 17.0.8_7-jre-focal
  • eclipse-temurin 17.0.8_7-jre-focal
github-actions
.github/workflows/gradle.yml
  • actions/checkout v3
  • actions/setup-java v3
gradle
gradle.properties
  • org.springframework.boot 3.1.2
  • io.spring.dependency-management 1.1.3
  • com.gorylenko.gradle-git-properties 2.4.1
  • org.sonarqube 4.3.0.3225
  • com.github.ben-manes.versions 0.47.0
  • com.diffplug.spotless 6.20.0
  • org.owasp:dependency-check-gradle 8.3.1
  • jacoco 0.8.10
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.2.0
  • commons-io:commons-io 2.13.0
  • org.springframework.cloud:spring-cloud-dependencies 2022.0.4
settings.gradle
build.gradle
  • com.github.gavlyukovskiy:datasource-proxy-spring-boot-starter 1.9.0
  • org.mapstruct:mapstruct 1.5.5.Final
  • org.mapstruct.extensions.spring:mapstruct-spring-annotations 1.0.2
  • org.mapstruct:mapstruct-processor 1.5.5.Final
  • org.mapstruct.extensions.spring:mapstruct-spring-extensions 1.0.2
  • com.tngtech.archunit:archunit-junit5 1.1.0
  • org.mapstruct:mapstruct-processor 1.5.5.Final
  • org.mapstruct.extensions.spring:mapstruct-spring-extensions 1.0.2
gradle/code-quality.gradle
gradle/owasp.gradle
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 8.2.1

  • Check this box to trigger a request for Renovate to run again on this repository

Enable JPA Auditing

In short, all you need to do is the following to enable the JPA auditing feature:

  • Define the audit fields by using the @CreatedDate, @createdby, @LastModifiedDate, and @LastModfiiedBy annotations. The best way to do so is by creating a generic abstract class and then extending the entities which need the auditing functionality.

  • Implement the AuditorAware interface to let Spring Data JPA auditing infrastructure knows about the currently logged-in user who is making the changes.

  • Add the @EnableJpaAuditing annotation to any configuration class to enable JPA auditing.

  • Expose a bean of type AuditorAware (only required if you need auditing author).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.