Skip to content

Initial commit#668

Open
Jarron1 wants to merge 1 commit intoMorpheusAIs:mainfrom
Jarron1:codespace-improved-zebra-r4rgvpjv55rvhg9g
Open

Initial commit#668
Jarron1 wants to merge 1 commit intoMorpheusAIs:mainfrom
Jarron1:codespace-improved-zebra-r4rgvpjv55rvhg9g

Conversation

@Jarron1
Copy link
Copy Markdown

@Jarron1 Jarron1 commented Jun 15, 2024

package com.itheima.configuration;

import com.itheima.annotation.EnableHelloWorld;
import com.itheima.conditionl.ConditionalOnSystemProperty;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.context.annotation.Configuration;

@configuration //注解装配
@EnableHelloWorld//模块装配
@ConditionalOnSystemProperty(name = "user.name",value = "Mercy")
public class HelloWorldAutoConfiguration {

}

@Jarron1
Copy link
Copy Markdown
Author

Jarron1 commented Jun 15, 2024

Please review, forgive me been awhile..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant